Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 596 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 596 Bytes

@part-db/Html5-QRCode

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.