An open API service indexing awesome lists of open source software.

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.

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
```