Command like thingy to take a screenshot of a webpage
npm install -g webpageshot
or even use with npx
directly without installing
npx webpageshot -u https://meain.io -O meain.png
Usage: webpageshot [options]
Options:
-V, --version output the version number
-u, --url [value] URL to capture
-O, --output [value] output file
-h, --help output usage information
webpageshot -u https://github.com/meain/webpageshot -O webpageshot.png