• v1.0.0 6e7e0111d3

    v1.0.0 Stable

    lewismoten released this 2024-05-20 06:26:14 +00:00 | 0 commits to master since this release

    This version allows a simple barcode scanner to run on the desktop or mobile devices. Barcode Detection API is polyfilled (to support iPhone) with the Zebra Crossing (zxing) library. opencv is use to grab the barcodes from the image and make small icons.

    Barcode text, type, and images are stored within indexDB.

    Note: barcode icons do not look great with the polyfilled barcode detection api. Something is off with the coordinates returned for the barcodes corners. Linear barcodes only provide two points and throw an error.

    Downloads