1.0.0 • Published 5 years ago

page-grab v1.0.0

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

page-grab

Captures web page snapshot as an PNG screenshot and HTML source file. Uses puppeteer for content rendering.

Usage

page-grab --url https://github.com/dawidgorny --image dg-__STAMP__.png --html dg-__STAMP__.html

Available arguments:

--url     -u    URL to load (REQUIRED)
--image   -i    Output image file name (PNG)
--html    -h    Output HTML file name
--width   -W    Viewport width
--height  -H    Viewport height
--help          Print help

Author

Dawid Górny

License

MIT