A simple cross-platform app with Electron JS to record screen and save the raw file to the file system.
Make sure to have the followings installed:
- Node and NPM
- Rpm package (
apt install rpm
)
- run
npm install
- run
npm start
- run
npm run make
A simple cross-platform app with Electron JS to record screen and save the raw file to the file system.
JavaScriptMIT