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