UNPKG

@uppy/webcam

Version:

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

6 lines (5 loc) 202 B
export default function supportsMediaRecorder() { return (typeof MediaRecorder === 'function' && !!MediaRecorder.prototype && typeof MediaRecorder.prototype.start === 'function'); }