Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potch/foxshot
Capture web page screenshots using headless Firefox!
https://github.com/potch/foxshot
cli firefox nodejs screenshot
Last synced: about 2 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T20:10:41.000Z (over 2 years ago)
- Last Synced: 2024-11-02T01:50:20.658Z (about 2 months ago)
- Topics: cli, firefox, nodejs, screenshot
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 55
- Watchers: 4
- 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
```