You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jquery-qrcode/README.md

47 lines
917 B
Markdown

13 years ago
# jQuery.qrcode
* Website with download, docs and demo: <http://larsjung.de/qrcode>
* Sources: <http://github.com/lrsjng/jQuery.qrcode>
jQuery.qrcode is provided under the terms of the [MIT License](http://github.com/lrsjng/jQuery.qrcode/blob/master/LICENSE.txt).
Uses [QR Code Generator](http://www.d-project.com/qrcode/index.html) (MIT). Kudos to [jquery.qrcode.js](http://github.com/jeromeetienne/jquery-qrcode) (MIT).
12 years ago
13 years ago
## Changelog
### develop branch
12 years ago
* adds version range
* adds quiet zone
* adds optional label or image
12 years ago
* adds rounded corners
12 years ago
* adds image output
12 years ago
* adds demo
12 years ago
### v0.5.0 - *2013-07-23*
* adds option to set error correction level
13 years ago
12 years ago
### v0.4 - *2013-07-09*
12 years ago
* fixes missing default values in some cases
### v0.3 - *2013-06-01*
12 years ago
* adds option to draw on existing canvas
13 years ago
### v0.2 - *2012-07-02*
* now encodes up to ~2900 characters (8-bit)
13 years ago
13 years ago
### v0.1 - *2012-07-01*
* Initial release