Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paramsiddharth/electron-screen-recorder
- Owner: paramsiddharth
- Created: 2020-10-22T13:11:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-22T13:23:36.000Z (about 4 years ago)
- Last Synced: 2024-05-22T20:22:41.107Z (7 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```