js-video-recorder
v1.0.15
Published
Using npm:
Downloads
18
Maintainers
Readme
js-video-recorder
Install
Using npm:
npm install --save js-video-recorderor using yarn:
yarn add js-video-recorderUse
import videorecorder from 'js-video-recorder'
const vr = videorecorder('video_player_id', { video: true, audio: true })
vr.start() to start the recording
vr.stop()
vr.pause()
vr.resume()
vr.download(filename)
vr.getBlob()
vr.isSupport()JS Example
