Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/screen_recorder
A simple Javascript program to record screen and downloading the video output
https://github.com/arun2002k/screen_recorder
javascript screen-capture
Last synced: about 1 month ago
JSON representation
A simple Javascript program to record screen and downloading the video output
- Host: GitHub
- URL: https://github.com/arun2002k/screen_recorder
- Owner: arun2002k
- Created: 2023-11-13T07:04:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T08:45:51.000Z (about 1 year ago)
- Last Synced: 2023-11-13T09:42:17.587Z (about 1 year ago)
- Topics: javascript, screen-capture
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screen_recorder
A simple Javascript program to record screen and downloading the video output## Running Tests
To run tests, run the following command
```bash
node Screen_rec.js
```