This is a fork of the original Html5-QRCode library by mebjas.
This fork is intended primary for the use in Part-DB. The ZXing-JS dependency was removed to save code. Everything is now decoded using the native Barcode Detector API. If your browser does not support it you can use a polyfill like barcode-detector, which uses a webasm version of the big ZXing library and offers a much better performance and quality than the JS version.