capteer icon indicating copy to clipboard operation
capteer copied to clipboard

Capture web page with puppeteer.

capteer

NPM Version NPM Downloads License

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