diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e2d2dc --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# QRCode.js +QRCode.js is javascript library for making QRCode. QRCode.js supports Cross-browser with HTML5 Canvas and table tag in DOM. +QRCode.js has no dependencies. + +## Basic Usages +``` +
+ +``` + +or with some options + +``` +
+ +``` + +and you can use some methods + +``` +qrcode.clear(); // clear the code. +qrcode.makeCode("http://naver.com"); // make another code. +``` + +## Browser Compatibility +IE6~10, Chrome, Firefox, Safari, Opera, Mobile Safari, Android, Windows Mobile, ETC. + +## License +MIT License + +## Contact +twitter @davidshimjs + +[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/davidshimjs/qrcodejs/trend.png)](https://bitdeli.com/free "Bitdeli Badge") + diff --git a/index-svg.html b/index-svg.html index 19ac8db..e73cff4 100644 --- a/index-svg.html +++ b/index-svg.html @@ -1,27 +1,181 @@ - - + + - Cross-Browser QRCode generator for Javascript + QR Code Generator + - - - - - - +
+

QR Code Generator

+ +
+ + + +
+ +
+
+
+ + + + +
+