UNPKG

react-qr-reader

Version:

A react component for reading QR codes from the webcam.

11 lines (9 loc) 271 B
'use strict'; function NoVideoInputDevicesError() { this.name = 'NoVideoInputDevicesError'; this.message = 'No video input devices found'; } NoVideoInputDevicesError.prototype = new Error(); module.exports = { NoVideoInputDevicesError: NoVideoInputDevicesError };