v0.1.2
timesnap now requires Node version 8.9.0 or higher (up from version 6.4.0 or higher).
Adds more configuration options:
Command Line
--remote-urlpath- URL of remote Chromium/Chrome instance to connect using
puppeteer.connect().
- URL of remote Chromium/Chrome instance to connect using
--screenshot-typetype- Output image format for the screenshots. By default, the file extension is used to infer type, and failing that,
pngis used.jpegis also available.
- Output image format for the screenshots. By default, the file extension is used to infer type, and failing that,
--screenshot-qualityquality- Not applicable to pngs. Quality level between 0 to 1 for lossy screenshots. Defaults to 0.92 when in canvas capture mode and 0.8 otherwise.
node.js:
config.remoteUrl- URL of remote Chromium/Chrome instance to connect using
puppeteer.connect().
- URL of remote Chromium/Chrome instance to connect using
config.screenshotType- Output image format for the screenshots. By default, the file extension is used to infer type, and failing that,
pngis used.jpegis also available.
- Output image format for the screenshots. By default, the file extension is used to infer type, and failing that,
config.screenshotQuality- Not applicable to pngs. Quality level between 0 to 1 for lossy screenshots. Defaults to 0.92 when in canvas capture mode and 0.8 otherwise.