capteer
v0.7.0
Published
Capture web page with puppeteer.
Downloads
3
Readme
capteer
Capture web page with puppeteer.
Install
npm install capteer -g
Usage
Command
capteer <url> [filename] [options]
Arguments
url url of the web page to capture (required)
filename name of the image file to save (optional)
Options
-H, --height <height> height of the browser viewport in pixel
-W, --width <width> width of the browser viewport in pixel
-D, --delay <delay> milliseconds to wait before taking screenshot
-R, --region only capture the viewport, omit to capture full page
Example
capteer https://github.com/myst729/capteer