Skip to content

IndieSquare/TiQRCodeView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiQRCodeView

This library generate Ti.UI.ImageView. Specify the top/left and more props. iOS/Android support!

How to use

var qrcode = require('qrcode').QRCode({
	typeNumber: 4,
	errorCorrectLevel: 'M'
});

var qrcodeView = qrcode.createQRCodeView({
	width: 300,
	height: 300,
	margin: 4,
	text: 'https://github.com/k0sukey/TiQRCodeView'
});

Thanks

QR Code Generator for JavaScript

Copyright (c) 2009 Kazuhiko Arase

URL: http://www.d-project.com/

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

The word 'QR Code' is registered trademark of DENSO WAVE INCORPORATED http://www.denso-wave.com/qrcode/faqpatent-e.html

About

QR Code Generator for Titanium Mobile

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%