screenrec
osx simple screen recording module
Installation
npm install --save screenrec
Usage
; let sr = time:10; sr;
Settings
let sr = time // seconds output // output filename silent // hide log togif // convert avi to gif wait4key // wait for ctrl + c to stop recording;
Examples
ScreenRec is build on ES6 make sure to convert to ES5 to test the examples
make clean && makenode examples/wait4key.js
====================