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

98 lines
2.5 KiB
Markdown

13 years ago
# jQuery.qrcode
11 years ago
[![web][web-img]][web] [![GitHub][github-img]][github] [![bower][bower-img]][github]
13 years ago
11 years ago
jQuery plugin to dynamically generate QR codes. Uses [QR Code Generator][qrcode] (MIT).
11 years ago
For bug reports and feature requests please use [issues][github-issues].
## License
The MIT License (MIT)
Copyright (c) 2014 Lars Jung (http://larsjung.de)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
[web]: http://larsjung.de/qrcode/
[github]: https://github.com/lrsjng/jquery.qrcode
11 years ago
[github-issues]: https://github.com/lrsjng/jquery.qrcode/issues
11 years ago
[web-img]: http://img.shields.io/badge/web-larsjung.de/qrcode-a0a060.svg?style=flat
[github-img]: http://img.shields.io/badge/GitHub-lrsjng/jquery.qrcode-a0a060.svg?style=flat
[bower-img]: http://img.shields.io/badge/bower-jquery.qrcode-a0a060.svg?style=flat
11 years ago
[qrcode]: https://github.com/kazuhikoarase/qrcode-generator
13 years ago
12 years ago
13 years ago
## Changelog
11 years ago
### v0.9.0 - *2014-08-09*
11 years ago
* maintenance
11 years ago
### v0.8.0 - *2014-07-07*
11 years ago
* adds bower support
12 years ago
### v0.7.0 - *2013-08-17*
12 years ago
* some fixes
* adds image support for fore- and background
12 years ago
* adds label and image positioning
12 years ago
* updates build process
12 years ago
### v0.6.0 - *2013-07-28*
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