0.1.0 • Published 11 years ago
ashot v0.1.0
ashot
OS X Application Screenshot utility
Install
npm install ashotUse
ashot <application> <out.png>ashot Calendar ./terminal.pngUse as npm module
var getScreenshot = require('ashot').getScreenshot;
getScreenshot('Calendar', function(error, img) {
// img is Buffer
});0.1.0
11 years ago