UNPKG

imagecap

Version:

Simple wrapper screen image capture with toolbar

9 lines (4 loc) 124 B
var imagecap = require( '../index.js' ); imagecap.screencapture( function( e, url ) { console.log( url ); } )