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.
60 lines
1.1 KiB
Markdown
60 lines
1.1 KiB
Markdown
# jQuery.qrcode
|
|
|
|
* Website with download, docs and demo: <http://larsjung.de/qrcode/>
|
|
* Sources: <https://github.com/lrsjng/jQuery.qrcode>
|
|
|
|
jQuery.qrcode is provided under the terms of the [MIT License](https://github.com/lrsjng/jQuery.qrcode/blob/develop/LICENSE.md).
|
|
It makes use of [QR Code Generator](http://www.d-project.com/qrcode/index.html) (MIT).
|
|
Kudos to [jquery.qrcode.js](https://github.com/jeromeetienne/jquery-qrcode).
|
|
|
|
|
|
## Changelog
|
|
|
|
|
|
### v0.8.0 - *2014-07-07*
|
|
|
|
* adds bower support
|
|
|
|
|
|
### v0.7.0 - *2013-08-17*
|
|
|
|
* some fixes
|
|
* adds image support for fore- and background
|
|
* adds label and image positioning
|
|
* updates build process
|
|
|
|
|
|
### v0.6.0 - *2013-07-28*
|
|
|
|
* adds version range
|
|
* adds quiet zone
|
|
* adds optional label or image
|
|
* adds rounded corners
|
|
* adds image output
|
|
* adds demo
|
|
|
|
|
|
### v0.5.0 - *2013-07-23*
|
|
|
|
* adds option to set error correction level
|
|
|
|
|
|
### v0.4 - *2013-07-09*
|
|
|
|
* fixes missing default values in some cases
|
|
|
|
|
|
### v0.3 - *2013-06-01*
|
|
|
|
* adds option to draw on existing canvas
|
|
|
|
|
|
### v0.2 - *2012-07-02*
|
|
|
|
* now encodes up to ~2900 characters (8-bit)
|
|
|
|
|
|
### v0.1 - *2012-07-01*
|
|
|
|
* Initial release
|