{"_id":"qrcode_js","_rev":"3-7864f2c9658521c08f880e339432a7a6","name":"qrcode_js","description":"this is davidshimjs qrcode but he does not make npm package so I make that","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"qrcode_js","version":"1.0.0","description":"this is davidshimjs qrcode but he does not make npm package so I make that","main":"qrcode.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/davidshimjs/qrcodejs.git"},"keywords":["qrcode"],"author":{"name":"chenxinle","email":"chenxinle@126.com"},"license":[{"type":"MIT","url":"https://github.com/davidshimjs/qrcodejs/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/davidshimjs/qrcodejs/issues"},"homepage":"https://github.com/davidshimjs/qrcodejs#readme","gitHead":"04f46c6a0708418cb7b96fc563eacae0fbf77674","_id":"qrcode_js@1.0.0","_shasum":"e688b4a5fde28d6ac4815352e0426713b7fe70d2","_from":".","_npmVersion":"3.10.5","_nodeVersion":"5.9.1","_npmUser":{"name":"chenxinle","email":"chenxinlewadee@126.com"},"dist":{"shasum":"e688b4a5fde28d6ac4815352e0426713b7fe70d2","tarball":"https://registry.npmjs.org/qrcode_js/-/qrcode_js-1.0.0.tgz","integrity":"sha512-TQgHpFBlCSULZZ6taixsOPfanhzvh2NQRxP1e8ta7kmaz9Vb2qBZ/dnIuVy7awwb90Epr7WuXEpom+d3V/MLcw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDN6feM9Ex0qQVQ1KvJM95RIwXF1tgCMyl3KLJ2SfSfewIhAPOJeIhwknotQJ/drfsf2u7/4xITNsl5P3LvbtdqfDG1"}]},"maintainers":[{"name":"chenxinle","email":"chenxinlewadee@126.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/qrcode_js-1.0.0.tgz_1479180154531_0.7326268784236163"}}},"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```\n<div id=\"qrcode\"></div>\n<script type=\"text/javascript\">\nvar qrcode = new QRCode(document.getElementById(\"qrcode\"), {\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</script>\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","maintainers":[{"name":"chenxinle","email":"chenxinlewadee@126.com"}],"time":{"modified":"2022-06-25T05:27:33.927Z","created":"2016-11-15T03:22:36.767Z","1.0.0":"2016-11-15T03:22:36.767Z"},"homepage":"https://github.com/davidshimjs/qrcodejs#readme","keywords":["qrcode"],"repository":{"type":"git","url":"git+https://github.com/davidshimjs/qrcodejs.git"},"author":{"name":"chenxinle","email":"chenxinle@126.com"},"bugs":{"url":"https://github.com/davidshimjs/qrcodejs/issues"},"license":[{"type":"MIT","url":"https://github.com/davidshimjs/qrcodejs/blob/master/LICENSE"}],"readmeFilename":"README.md"}