1.0.2 • Published 6 years ago

puppeteer-webshot-cli v1.0.2

Weekly downloads
2
License
UNLICENSE
Repository
github
Last release
6 years ago

Puppeteer Webshot CLI npm version

Easy website screenshots in CLI with headless Chrome using Puppeteer.

Usage: puppeteer-webshot-cli --url=https://example.com

Options:
  --help      Show help                                                [boolean]
  --version   Show version number                                      [boolean]
  --width     Width of viewport
  --height    Height of viewport
  --fullPage  When true, takes a screenshot of the full scrollable page.
              Defaults to true.                                  [default: true]
  --out       File path to save. If `-` specified, outputs to console in
              base64-encoded                                      [default: "-"]
  --debug     Print dimensions information                      [default: false]
  --delay     Delay to save screenshot after loading CSS. Milliseconds
  --css       Additional CSS URL to load
  --style     Additional style to apply to body
  --url                                                               [required]