Skip to content

utkarshkukreti/puppetshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published