https://github.com/potch/foxshot
Capture web page screenshots using headless Firefox!
https://github.com/potch/foxshot
cli firefox nodejs screenshot
Last synced: 11 months ago
JSON representation
Capture web page screenshots using headless Firefox!
- Host: GitHub
- URL: https://github.com/potch/foxshot
- Owner: potch
- Created: 2017-11-07T19:14:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T20:10:41.000Z (about 4 years ago)
- Last Synced: 2025-04-18T21:31:23.840Z (about 1 year ago)
- Topics: cli, firefox, nodejs, screenshot
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 55
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foxshot
Capture web page screenshots using headless Firefox!
## Install
`npm install -g foxshot`
Requires a copy of Firefox on your computer.
## Usage
```
Usage: foxshot [options]
Options:
-V, --version output the version number
-c, --channel [channel] Use specified channel [release]
-d, --dimension [size] Capture at the specified dimensons [1024x768]
-h, --help output usage information
```