0.1.1 • Published 8 years ago
webshot-client v0.1.1
node-webshot-client
A client for Webshot server. Compatible with node-webshot.
Installation
npm install webshot-client
Usage
var webshot = require('webshot-client')('http://localhost:8080/');
webshot('google.com', 'output.png', function(err) {
// done
});
Invocation styles of node-webshot are supported.