UNPKG

@mrmaruf/recordrtc

Version:

RecordRTC is a server-less (entire client-side) JavaScript library that can be used to record WebRTC audio/video media streams. It supports cross-browser audio/video recording.

38 lines (37 loc) 894 B
{ "name": "recordrtc", "version": "5.6.5", "authors": [ { "name": "Muaz Khan", "email": "muazkh@gmail.com", "homepage": "https://muazkhan.com/" }, { "name": "Maruf Abdirimov", "email": "maruf.abdirimov@gmail.com" } ], "homepage": "http://recordrtc.org", "repository": { "type": "git", "url": "https://github.com/muaz-khan/RecordRTC.git" }, "description": "RecordRTC is a JavaScript library can be used to record WebRTC audio/video media streams.", "main": "RecordRTC.js", "keywords": [ "webrtc", "recordrtc", "audio-recording", "video-recording", "gif-recording", "audio/video recording" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "test", "tests" ] }