UNPKG

@uppy/webcam

Version:

Uppy plugin that takes photos or records videos using the device's camera.

5 lines (4 loc) 188 B
module.exports = function supportsMediaRecorder () { return typeof MediaRecorder === 'function' && !!MediaRecorder.prototype && typeof MediaRecorder.prototype.start === 'function' }