UNPKG

modern-react-qr-reader

Version:

A react component for reading QR codes from the webcam. This is a modernized version of the JodusNodus package

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