0.0.1 • Published 11 years ago

qrcode.js v0.0.1

Weekly downloads
62
License
-
Repository
github
Last release
11 years ago

Javascript QR Codes

Read and Generate QR codes in js - either in node, or in the browser with browserify.

A fork of jsqrcode which is a port of ZXing

Usage

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()

For webcam qrcode decoding (included in the test.html) you will need the camcanvas.swf from http://www.taboca.com/p/camcanvas/