Socket
Socket
Sign inDemoInstall

paparazzi-cli

Package Overview
Dependencies
6
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    paparazzi-cli

CLI tool to snap all the angles of your website


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
25.3 MB
Created
Weekly downloads
 

Readme

Source


npm

Small tool to take screenshots of all reachable pages on a website.

Takes a screenshot of the requested page and then scrapes the page for a elements and repeats.

Installation:

npm i -g paparazzi-cli

Usage:

A tool to take snaps of all angles of your website

USAGE
  $ paparazzi-cli [flags] <URL1> [<URL2> ...]

FLAGS
  -d, --delay=<value>   Number of ms to wait before taking the screenshot on each page
  -h, --height=<value>  [default: 1080] Height of the output images
  -o, --output=<value>  [default: ./images] Output location
  -s, --scale=<value>   [default: 1] Scale factor for the rendered website
  -w, --width=<value>   [default: 1920] Width of the output images
  --allow-all-hosts     Take screenshots of any HTTP host, not just those specified
  --device=<value>      Emulate this device when making HTTP requests
  --full-page           Ensure all content on page is included in screenshot (will override width and height settings)
  --ignore-anchors      Don't take screenshots of each separate anchor link
  --list-devices        List all devices which can be emulated and exit (Note this is a long list)
  --user-agent=<value>  User Agent to spoof whilst making HTTP requests

DESCRIPTION
  A tool to take snaps of all angles of your website

The full set of options can be found using paparazzi-cli --help

Keywords

FAQs

Last updated on 14 Jul 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc