https://github.com/televisionninja/screencap
A basic screen recording program built with electron.js
https://github.com/televisionninja/screencap
electron screen-recording
Last synced: 2 months ago
JSON representation
A basic screen recording program built with electron.js
- Host: GitHub
- URL: https://github.com/televisionninja/screencap
- Owner: TelevisionNinja
- License: mit
- Created: 2023-09-09T14:04:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-08T01:05:36.000Z (7 months ago)
- Last Synced: 2026-01-01T16:33:44.476Z (6 months ago)
- Topics: electron, screen-recording
- Language: JavaScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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
```