/electron-screen-recorder

creating an open source screen recorder with advanced features like pausing and resuming, specially with unlimited recording time

Primary LanguageJavaScript

electron-screen-recorder

creating an open source screen recorder with advanced features like pausing and resuming, specially with unlimited recording time. This is open source and free project. There are bunch of free screen recorders with limited features. Some of them have limited time duration to record, some of them have limited features like they only allow us to "start recording" and "stop recording" but no "pause recording" and "resume recording". To all those all those issues, this simple project will be an answer.

prerequisites

  1. node.js (version = above 16.15.0)

how to setup

  1. clone the repo
  2. npm install or yarn install
  3. npm start or yarn start