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

https://github.com/basil79/recorder


https://github.com/basil79/recorder

Last synced: 7 months ago
JSON representation

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)