Skip to content

jvaill/cutiecapt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cutiecapt - easy webpage screenshots for node

(CutyCapt bindings)

Installation

Build the library using cake build and link it locally with npm link

Exports

The path to CutyCapt

exports.path = 'CutyCapt'

Additional options to pass (camel cased, e.g. jsCanOpenWindows)

exports.options = {}

Capture, cb is passed false on success or otherwise an error object

exports.capture = function (site, out, cb)

Usage

Require the library

cutiecapt = require('cutiecapt');

Set your path to CutyCapt (defaults to CutyCapt)

cutiecapt.path = './CutyCapt';

Capture a webpage

cutiecapt.capture('google.ca', 'google.png');

CutyCapt

http://cutycapt.sourceforge.net/

About

Easy webpage screenshots for Node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published