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

https://github.com/televisionninja/screencap

A basic screen recording program built with electron.js
https://github.com/televisionninja/screencap

electron screen-recording

Last synced: 7 months ago
JSON representation

A basic screen recording program built with electron.js

Awesome Lists containing this project

README

          

# ScreenCap
A basic screen recording program built with electron.js.
It can record a selected window and audio using web APIs.

![image](./images/image.png)

Run this command before trying to start or build the application:
```bash
npm update
```

Run this command to start the application:
```bash
npm start
```

Run this command to build the application:
```bash
npm run make
```