https://github.com/pmzi/proudscreen
ProudScreen is a tool for taking screenshots of webpages.
https://github.com/pmzi/proudscreen
screenshot screenshots shot shotter
Last synced: 8 months ago
JSON representation
ProudScreen is a tool for taking screenshots of webpages.
- Host: GitHub
- URL: https://github.com/pmzi/proudscreen
- Owner: pmzi
- License: mit
- Created: 2017-12-31T18:01:21.000Z (almost 8 years ago)
- Default Branch: seleniumBased
- Last Pushed: 2018-01-10T18:57:35.000Z (over 7 years ago)
- Last Synced: 2024-12-29T08:25:35.935Z (9 months ago)
- Topics: screenshot, screenshots, shot, shotter
- Language: JavaScript
- Homepage:
- Size: 9.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ProudScreen
ProudScreen is a tool for taking screenshot of a webpage.
## usage
```
const Shotter = require('./app.js');
shotter = new Shotter("http://google.com","./out");
```BE SURE THAT PHANTOMJS IS INSTALLED GLOBALLY.
```
npm install phantomjs -g
```