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
- Host: GitHub
- URL: https://github.com/televisionninja/screencap
- Owner: TelevisionNinja
- License: mit
- Created: 2023-09-09T14:04:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T21:23:19.000Z (about 2 years ago)
- Last Synced: 2025-01-21T03:45:04.833Z (9 months ago)
- Topics: electron, screen-recording
- Language: JavaScript
- Homepage:
- Size: 508 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
```