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