0.0.2 • Published 6 years ago
snapbook v0.0.2
Install
$ npm install snapbookUsage
Start server
snapbookTake a screenshot
https://<instance-url>/?url=<url>[&width=<width>&height=<height>&delay=<delay>]Options
| Name | Default | Description | Optional |
|---|---|---|---|
| url | null | The website's url | ✖ |
| width | 1200 | The screenshot's width | ✔ |
| height | 950 | The screenshot's height | ✔ |
| delay | 0 | Delay after the network is idle | ✔ |
CLI
$ npm install --global snapbook$ snapbook
Usage
snapbook
Options
--port The port you want snapbook to listen to [Default: 3000]
Examples
$ snapbook --port 80