0.7.0 • Published 4 years ago

capteer v0.7.0

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

capteer

NPM Version NPM Downloads License

Capture web page with puppeteer.

Install

npm install capteer -g

Usage

Command

capteer <url> [filename] [options]

Arguments

url         url of the web page to capture (required)
filename    name of the image file to save (optional)

Options

-H, --height <height>  height of the browser viewport in pixel
-W, --width <width>    width of the browser viewport in pixel
-D, --delay <delay>    milliseconds to wait before taking screenshot
-R, --region           only capture the viewport, omit to capture full page

Example

capteer https://github.com/myst729/capteer
0.7.0

4 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago