Skip to content

A cross-platform HTML5 QR code & barcode reader.

Notifications You must be signed in to change notification settings

rubiyz/html5-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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,
};

About

A cross-platform HTML5 QR code & barcode reader.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published