UNPKG

react-qr-reader

Version:

A react component for reading QR codes from the webcam.

9 lines (8 loc) 227 B
function NoVideoInputDevicesError() { this.name = 'NoVideoInputDevicesError' this.message = 'No video input devices found' } NoVideoInputDevicesError.prototype = new Error() module.exports = { NoVideoInputDevicesError, }