Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paramsiddharth/electron-screen-recorder

A simple graphical application for recording the screen without audio made in ElectronJS.
https://github.com/paramsiddharth/electron-screen-recorder

Last synced: about 1 month ago
JSON representation

A simple graphical application for recording the screen without audio made in ElectronJS.

Awesome Lists containing this project

README

        

# Screen Recorder
A simple graphical application for recording the screen without audio made in ElectronJS.

## Development
Use `npm` to install the required packages.
```
> npm install
```
Start the Electron application.
```
> npm start
```

## Building
Use the predefined `make` script to generate a release for your system.
```
> npm run make
```