-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now GifRecorder can record CanvasRenderingContext2D as well.
- Loading branch information
Showing
9 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ E.g. | |
|
||
```html | ||
<!-- use 5.2.6 or any other version --> | ||
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.3.0/RecordRTC.js"></script> | ||
<script src="https://github.com/muaz-khan/RecordRTC/releases/download/5.3.1/RecordRTC.js"></script> | ||
``` | ||
|
||
There are some other NPM packages regarding RecordRTC: | ||
|
@@ -734,6 +734,13 @@ The domain www.RecordRTC.org is open-sourced here: | |
|
||
* https://github.com/muaz-khan/RecordRTC/tree/gh-pages | ||
|
||
## Issues/Questions? | ||
|
||
* Stackoverflow: http://stackoverflow.com/questions/tagged/recordrtc | ||
* Github: https://github.com/muaz-khan/RecordRTC/issues | ||
* Disqus: https://www.webrtc-experiment.com/RecordRTC/#ask | ||
* Email: [email protected] | ||
|
||
## License | ||
|
||
[RecordRTC.js](https://github.com/muaz-khan/RecordRTC) is released under [MIT licence](https://www.webrtc-experiment.com/licence/) . Copyright (c) [Muaz Khan](http://www.MuazKhan.com). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "recordrtc", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"authors": [ | ||
{ | ||
"name": "Muaz Khan", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "recordrtc", | ||
"preferGlobal": false, | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"author": { | ||
"name": "Muaz Khan", | ||
"email": "[email protected]", | ||
|