Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

website-preview-tool

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

website-preview-tool - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

16

package.json
{
"name": "website-preview-tool",
"version": "1.0.8",
"version": "1.0.9",
"description": "Get a screenshot of a website from the command line",

@@ -10,4 +10,3 @@ "main": "bin/index.js",

},
"keywords": [],
"author": "",
"author": "LuisPavelA",
"license": "ISC",

@@ -21,3 +20,10 @@ "dependencies": {

"preview": "./bin/index.js"
}
}
},
"keywords": [
"screenshot",
"website",
"cli",
"command",
"website"
]
}

@@ -1,6 +0,22 @@

# Website Preview Tool
<h1 align="center">
Website Preview Tool
</h1>
### Get a screenshot of a website from the command line
### Made with Puppeteer and Commander.
<p align="center">
<strong>Get a screenshot of a website from the command line</strong>
</p>
<p align="center">
<h3 align="center">
<a href="https://github.com/LuisPavelA/website-preview-tool">GitHub</a>
<span> · </span>
<a href="https://www.npmjs.com/package/website-preview-tool">NPM</a>
</h3>
</p>
<p align="center">
Made with Puppeteer and Commander.
</p>
---
## - How to use

@@ -15,2 +31,14 @@

### You can install it on your computer globally by doing
```
npm install -g website-preview-tool
```
and then you can run it by doing
```
website-preview-tool website <link>
```
## - Options

@@ -21,2 +49,2 @@ `-o <output>` - Set the name of the screenshot output. The default is `website_preview.png`

`-w <number_of_pixels>` - Set the width of the website. The default is `1080`.
`-w <number_of_pixels>` - Set the width of the website. The default is `1080`.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc