https://github.com/basil79/recorder
https://github.com/basil79/recorder
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/basil79/recorder
- Owner: basil79
- License: apache-2.0
- Created: 2022-06-10T08:41:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T17:26:35.000Z (over 2 years ago)
- Last Synced: 2023-11-28T18:34:48.061Z (over 2 years ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# recorder
> HTML5 Video Camera, Screen and Microphone Recorder.
> Record Video from Camera and Capture Screen using Javascript.
This README is for developers who want to use and/or contribute to recorder.
**Table of Contents**
- [Usage](#Usage)
- [Install](#Install)
- [Build](#Build)
- [Run](#Run)
- [Contribute](#Contribute)
## Usage
## Install
### Using Git
$ git clone https://github.com/basil79/recorder
$ cd recorder
$ npm ci
## Build
To build the project for development:
$ npm run build:dev
To build the project for production:
$ npm run build:prod
This will generate the following file:
+ `./dist/recorder.js` - Minified browser production code
## Run
$ npm start
Then navigate to: http://localhost:8085 in your browser
## Contribute
See [CONTRIBUTING](./CONTRIBUTING.md)