ScreenshotShark in Node
This is the Node.js library for creating screenshot URLs using the ScreenshotShark service.
We like CoffeeScript:
sss = require'sss-node''api-key''secret' opts = url: 'http://www.google.com' op: 'f:200:200' consolelog sssopts
But, if you prefer vanilla JS:
var sss = 'api-key' 'secret'; var opts = url: 'http://www.google.com' op: 'f:200:200'; console;
Check out Screenshot Shark for all your screenshotting needs.