1.0.6 • Published 4 years ago

webpagedump v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Webpageshot npm version

Command like thingy to take a screenshot of a webpage

Installation

npm install -g webpageshot

or even use with npx directly without installing

npx webpageshot -u https://meain.io -O meain.png

Usage

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

Example

webpageshot -u https://github.com/meain/webpageshot -O webpageshot.png