pmzi / proudScreen

ProudScreen is a tool for taking screenshots of webpages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ProudScreen is a tool for taking screenshots of webpages.

License:MIT License


Languages

Language:JavaScript 100.0%