LibQRCode-1.0
LibQRCode-1.0 is a QR Code generator library in lua. It takes strings, urls, etc. and puts a qrcode image.
Howto
local LibQRC = LibStub("LibQRCode-1.0"); -- show the screen center local barcode = LibQRC:New(content, width, height); -- set barcode position barcode.frame:SetPoint(point, relativeTo, relativePoint, x, y);
For more: http://www.wowace.com/addons/libqrcode/pages/
Get
Download a zipball: http://www.wowace.com/addons/libqrcode/files/
SVN checkout
svn checkout http://svn.github.com/yaroot/libqrcode.git libqrcode-readonly
Git clone
git clone git://github.com/yaroot/libqrcode.git libqrcode-readonly
Facts
- Date created
- Sep 27, 2010
- Categories
- Last update
- Nov 01, 2010
- Development stage
- Alpha
- License
- Apache License version 2.0
- Downloads
- 181
- Recent files
- A: r20101101101000 for 4.0.1 Nov 01, 2010
- A: r20101012040555 for 4.0.1 Oct 12, 2010
- A: r20101012040514 for 4.0.1 Oct 12, 2010
- A: r20101011182449 for 4.0.1 Oct 11, 2010
- A: r20101011151606 for 4.0.1 Oct 11, 2010
Relationships
- Embedded library
- LibStub