vian

1.0.2 • Public • Published

vian

node npm license

Web page screenshot tool. Powered by puppeteer.

Install

$ npm install -g vian

Usage

$ vian
 
  Usage: vian [options] <url>
 
 
  Options:
 
    -V, --version               output the version number
    -d, --device <device>       use device
    --no-fullpage               no fullpage
    -f, --file <filename>       output file name
    -t, --type <filetype>       output file type: png, jpg, jpeg or pdf
    -s, --page-size <pagesize>  pdf page size, default A4
    -v, --viewport <viewport>   viewport, default 1440x900
    -h, --help                  output usage information
 
 
  Commands:
 
    devices     list all available devices
    pagesizes   list all pdf page sizes
 
  Examples:
 
    $ vian https://github.com
    $ vian -d 'iPhone 6' https://github.com
    $ vian -v 1366x768 https://github.com
    $ vian -f github.pdf -s A4 https://github.com

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i vian

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • syaning