Skip to content

j0tunn/ashot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
});

About

OS X Application Screenshot utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published