This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

webshot-client

0.1.1 • Public • Published

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.

License

MIT

/webshot-client/

    Package Sidebar

    Install

    npm i webshot-client

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • orkon