UNPKG
imagecap
Version:
latest (1.0.1)
1.0.1
1.0.0
Simple wrapper screen image capture with toolbar
github.com/wayixia/imagecap
wayixia/imagecap
imagecap
/
test
/
test.js
9 lines
(4 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
imagecap =
require
(
'../index.js'
); imagecap.
screencapture
(
function
(
e, url
) {
console
.
log
( url ); } )