dark-mode-screenshot
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "dark-mode-screenshot", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "This Puppeteer script takes a screenshot of a webpage in Light and Dark Mode.", | ||
@@ -12,2 +12,3 @@ "keywords": [ | ||
"main": "dark-mode-screenshot.js", | ||
"bin": "dark-mode-screenshot.js", | ||
"dependencies": { | ||
@@ -14,0 +15,0 @@ "command-line-args": "^5.1.1", |
@@ -39,3 +39,3 @@ # Dark Mode Screenshot 📷🌒 | ||
From the command line: | ||
Locally from the command line: | ||
@@ -46,2 +46,8 @@ ```bash | ||
Without installing remotely from npm: | ||
```bash | ||
$ npx dark-mode-screenshot --url https://googlechromelabs.github.io/dark-mode-toggle/demo/index.html --output screenshot --fullPage | ||
``` | ||
| Parameter (long) | Parameter (short) | Description | | ||
@@ -48,0 +54,0 @@ | --- | --- | --- | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
595760
60