Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

A Polymer element that scans and decodes QR Codes

License

Notifications You must be signed in to change notification settings

KatapultDevelopment/katapult-qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

katapult-qr

A Polymer element that scans and decodes QR Codes

Installation

Install with bower: bower install KatapultDevelopment/katapult-qr

Use

Add the element to your page and it will fill its parent container. You can start and stop the live scanning by calling the startScanning() and stopScanning() methods. Scanning will not be on by default, so you need to start it manually when ready. The data property is set when new data is decoded from a QR code, and a success event will be called when the data property is set.

Example

<katapult-qr data="{{decodedData}}" on-success="successCallback"><katapult-qr>

About

A Polymer element that scans and decodes QR Codes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages