{"_id":"qrcodejs2","_rev":"48","name":"qrcodejs2","description":"Javsacript QRCode for all browsers","dist-tags":{"latest":"0.0.2"},"maintainers":[{"name":"npm","email":""}],"time":{"modified":"2021-06-03T09:55:42.000Z","created":"2015-10-08T09:40:16.424Z","0.0.2":"2015-10-08T09:40:16.424Z"},"users":{"kuzmicheff":true,"landy2014":true,"coderkk":true},"author":{"name":"davidshimjs","email":"ssm0123@gmail.com"},"repository":{"type":"git","url":"git://github.com/davidshimjs/qrcodejs.git"},"versions":{"0.0.2":{"name":"qrcodejs2","version":"0.0.2","description":"Javsacript QRCode for all browsers","main":"qrcode.js","repository":{"type":"git","url":"git://github.com/davidshimjs/qrcodejs.git"},"keywords":["qrcode","javascript"],"author":{"name":"davidshimjs","email":"ssm0123@gmail.com"},"license":"MIT","gitHead":"06c7a5e134f116402699f03cda5819e10a0e5787","bugs":{"url":"https://github.com/davidshimjs/qrcodejs/issues"},"homepage":"https://github.com/davidshimjs/qrcodejs#readme","_id":"qrcodejs2@0.0.2","scripts":{},"_shasum":"465afe5e39f19facecb932c11f7a186109146ae1","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"garyyeap","email":"contact@garyyeap.com"},"dist":{"shasum":"465afe5e39f19facecb932c11f7a186109146ae1","size":53221,"noattachment":false,"key":"/qrcodejs2/-/qrcodejs2-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/qrcodejs2/download/qrcodejs2-0.0.2.tgz"},"maintainers":[{"name":"npm","email":""}],"directories":{},"publish_time":1444297216424,"_cnpm_publish_time":1444297216424,"_hasShrinkwrap":false}},"readme":"# QRCode.js\nQRCode.js is javascript library for making QRCode. QRCode.js supports Cross-browser with HTML5 Canvas and table tag in DOM.\nQRCode.js has no dependencies.\n\n## Basic Usages\n```\n<div id=\"qrcode\"></div>\n<script type=\"text/javascript\">\nnew QRCode(document.getElementById(\"qrcode\"), \"http://jindo.dev.naver.com/collie\");\n</script>\n```\n\nor with some options\n\n```\nvar qrcode = new QRCode(\"test\", {\n\ttext: \"http://jindo.dev.naver.com/collie\",\n\twidth: 128,\n\theight: 128,\n\tcolorDark : \"#000000\",\n\tcolorLight : \"#ffffff\",\n\tcorrectLevel : QRCode.CorrectLevel.H\n});\n```\n\nand you can use some methods\n\n```\nqrcode.clear(); // clear the code.\nqrcode.makeCode(\"http://naver.com\"); // make another code.\n```\n\n## Browser Compatibility\nIE6~10, Chrome, Firefox, Safari, Opera, Mobile Safari, Android, Windows Mobile, ETC.\n\n## License\nMIT License\n\n## Contact\ntwitter @davidshimjs\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/davidshimjs/qrcodejs/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","_attachments":{},"homepage":"https://github.com/davidshimjs/qrcodejs#readme","bugs":{"url":"https://github.com/davidshimjs/qrcodejs/issues"},"license":"MIT"}