Socket
Book a DemoInstallSign in
Socket

puppeteer-webshot-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-webshot-cli

Easy website screenshots in CLI with headless Chrome using puppeteer

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Puppeteer Webshot CLI npm version

Easy website screenshots in CLI with headless Chrome using Puppeteer.

Usage: puppeteer-webshot-cli --url=https://example.com

Options:
  --help      Show help                                                [boolean]
  --version   Show version number                                      [boolean]
  --width     Width of viewport
  --height    Height of viewport
  --fullPage  When true, takes a screenshot of the full scrollable page.
              Defaults to true.                                  [default: true]
  --out       File path to save. If `-` specified, outputs to console in
              base64-encoded                                      [default: "-"]
  --debug     Print dimensions information                      [default: false]
  --delay     Delay to save screenshot after loading CSS. Milliseconds
  --css       Additional CSS URL to load
  --style     Additional style to apply to body
  --url                                                               [required]

Keywords

pupeteer

FAQs

Package last updated on 30 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts