From 28bb7355e71c4c1625b676f3a212ac274b72ba3d Mon Sep 17 00:00:00 2001 From: Jonathan Berrisch Date: Wed, 11 Jun 2025 07:48:35 +0200 Subject: [PATCH] Finalize --- README.md | 46 +++++++++ index-svg.html | 193 ++++++++++++++++++++++++++++++----- qrcode.js | 268 ++----------------------------------------------- 3 files changed, 222 insertions(+), 285 deletions(-) create mode 100644 README.md 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

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