spectacle-renderer
Render Spectacle presentations to PDF from your CLI
This is a simple CLI tool that uses headless Chrome to export a PDF version of Spectacle presentations.
Install
npm install -g spectacle-renderer
Usage
spectacle-renderer [options]
API
Option | Type | Description |
---|---|---|
-u --url |
String |
The URL spectacle is running at (default: http://localhost:3000) |
-o --output |
String |
The output filename (default: presentation.pdf) |
-p --print |
Boolean |
Enable print mode (black/white) (defaut: false) |
-d --delay |
Boolean |
Delay time to let page render (default: 2000) |
-c --chromium |
String |
Path to Chromium download |