Skip to content

Commit

Permalink
recordrtc@5.5.8 - 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
@@ -0,0 +1,34 @@
## Contribute to RecordRTC!

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

# install grunt for code style verifications
npm install grunt-cli@0.1.13 -g

npm install grunt@0.4.5
npm install grunt-bump@0.7.0
npm install grunt-cli@0.1.13
npm install grunt-contrib-clean@0.6.0
npm install grunt-contrib-concat@0.5.1
npm install grunt-contrib-copy@0.8.2
npm install grunt-contrib-uglify@0.11.0
npm install grunt-contrib-watch@1.1.0
npm install grunt-jsbeautifier@0.2.10
npm install grunt-replace@0.11.0
npm install load-grunt-tasks@3.4.0
```

## 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
Expand Up @@ -269,6 +269,8 @@ RecordRTC.prototype = {
}
```

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

## Global APIs

```javascript
Expand Down

0 comments on commit 06c3d15

Please sign in to comment.