1.0.3 • Published 4 years ago

linux-screen-recorder v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago
const Recorder = require("linux-screen-recorder");
let r = new Recorder();
r.record(); // start recording
r.screenHeight; //returns device screen height
r.screenWidth; //returns device screen width
r.height; //returns recording screen height
r.width; //returns recording screen width
r.filePath; //returns recording file path
r.X; //returns recording horizontal offset
r.Y; //returns recording vertical offset

r.record(); //start recording
r.stop(); //stop recording
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago