UNPKG

react-weblineindia-qrcode-scanner

Version:

ReactJS based QR Code Scanner component, allowing you to detect and decode QR codes.

9 lines (8 loc) 254 B
function NoVideoInputDevicesError() { this.name = 'NoVideoInputDevicesError'; this.message = 'No video input devices found'; } NoVideoInputDevicesError.prototype = new Error(); export default { NoVideoInputDevicesError: NoVideoInputDevicesError };