Generate a simple presentation.
node demo.js
Generate a presentation with all demo objects (like the browser demo).
node demo.js All
Generate a presentation with selected demo objects (e.g.: 'Table', 'Text', etc.).
(See ../common/demos.js
for all tests)
node demo.js Text
The demo_stream.js
file requires the express
package to demonstrate streaming.
node demo_stream.js
Then visit http://localhost:3000/
on a local web browser to download the streamed file.