url2image

0.0.3 • Public • Published

node-url2image

Build Status

Convert websites into images

Dependencies

wkhtmltoimage
http://code.google.com/p/wkhtmltopdf/downloads/list

Install

npm install url2image

Usage

var Converter = require('url2image');
 
var converter = new Converter({
  width: 200,
  height: 200,
  format: 'png'
});
 
converter.process('http://teamliquid.net', __dirname + '/t.png', function(err) {
  if (err) throw err;
});

License

Licensed under the MIT license.

Dependents (0)

Package Sidebar

Install

npm i url2image

Weekly Downloads

4

Version

0.0.3

License

none

Last publish

Collaborators

  • skomski