One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| // How to: save as capture.js and run with "phantomjs capture.js" | |
| // Setup by modifying URLS, PAGE_WIDTH AND PAGE_HEIGHT constants! | |
| // Hint: set PAGE_WIDTH or PAGE_HEIGHT to 0 to capture full page! | |
| // modified version of script at http://www.cameronjtinker.com/post/2011/09/26/Take-Screenshot-of-all-HTML-documents-in-a-folder-using-PhantomJS.aspx | |
| var PAGE_WIDTH = 960; | |
| var PAGE_HEIGHT = 640; | |
| var URLS = [ | |
| "http://github.com", |