Skip to content

Commit

Permalink
[email protected] - RecordRTCPromisesHandler now supports more functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Jun 21, 2019
1 parent 7621f38 commit 06c3d15
Show file tree
Hide file tree
Showing 58 changed files with 590 additions and 229 deletions.
34 changes: 34 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Contribute to RecordRTC!

```sh
mkdir node_modules
npm install --save-dev

# install grunt for code style verifications
npm install [email protected] -g

npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
```

## Compile distribution

```sh
grunt

# or auto compile
grunt watch
```

It will generate `RecordRTC.js` and `RecordRTC.min.js` in the main directory.

# Success? Make a pull request!
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ RecordRTC.prototype = {
}
```

Please check documentation here: [https://recordrtc.org/](https://recordrtc.org/)

## Global APIs

```javascript
Expand Down
Loading

0 comments on commit 06c3d15

Please sign in to comment.