/js-screen-recorder-desktop

Just a "proof of concept", nothing fancy

Primary LanguageJavaScriptMIT LicenseMIT

js-screen-recorder-desktop


Overview

This app is just a proof of concept, don't use it.

I wanted to develop a screen recorder just to see if it was possible using Electron JS, be free to do whatever you want

By -hardcoded- default, the file destination is:

Documents\Electron Records

Getting Started

Installation

$ npm install

Developing

$ npm start

Generating the bundle

Windows

$ npm run dist:win

Linux (not tested)

$ npm run dist:linux

Mac (not tested)

$ npm run dist:mac

License

MIT