0.1.0 • Published 9 years ago

ashot v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

ashot

OS X Application Screenshot utility

Install

npm install ashot

Use

ashot <application> <out.png>
ashot Calendar ./terminal.png

Use as npm module

var getScreenshot = require('ashot').getScreenshot;

getScreenshot('Calendar', function(error, img) {
   // img is Buffer
});
0.1.0

9 years ago