An open API service indexing awesome lists of open source software.

https://github.com/LazarSoft/jsqrcode

Javascript QRCode scanner
https://github.com/LazarSoft/jsqrcode

Last synced: 25 days ago
JSON representation

Javascript QRCode scanner

Awesome Lists containing this project

README

        

JavaScript QRCode reader for HTML5 enabled browser.
2011 Lazar Laszlo http://lazarsoft.info

Try it online: http://webqr.com

This is a port of ZXing qrcode scanner, http://code.google.com/p/zxing.

Usage:

Include the scripts in the following order:

Set qrcode.callback to function "func(data)", where data will get the decoded information.

Decode image with: qrcode.decode(url or DataURL).
Decode from canvas with "qr-canvas" ID: qrcode.decode()

[new from 2014.01.09]
For webcam qrcode decoding (included in the test.html) you will need a browser with getUserMedia (WebRTC) capability.