0.2.1 • Published 5 years ago

node-screenshotcapture v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

node-screencapture

Provide easy way to take screenshot. Support multiple screen.

install

npm install --save node-screenshotcapture

usage

import screencapture from 'node-screenshotcapture';
screencapture((err, imagePath) => {
  // do whatever you want
   console.log(err, imagePath); 
});
0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago