Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 546 Bytes

html5-qrcode

A cross-platform HTML5 QR code & barcode reader.

This repository is only a part of the original library done by mebjas which is located here

The purpose was to be able to create a rectangle area to scan 1d barcode and add an idle delay to allow the user to move to the next barcode.

The object can now be initialized with this map.

const config = {
  fps: 10,
  qrboxWidth: 240,
  qrboxHeight: 160,
  aspectRatio: 0.75,
  idleTimeout: 1500,
};