0.1.1 • Published 5 years ago

puppetshot v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

puppetshot

Take screenshots from the command line using Puppeteer

Install

yarn global add puppetshot

or

npm i -g puppetshot

or

pnpm i -g puppetshot

Usage

$ puppetshot --help
Options:
  --version     Show version number                                    [boolean]
  --url         the url of the page                                   [required]
  --width       viewport width in pixels                [number] [default: 1024]
  --height      viewport height in pixels                [number] [default: 800]
  --output, -o  output file path                     [default: "screenshot.png"]
  --help        Show help                                              [boolean]