Fork of the awesome https://github.com/davidshimjs/qrcodejs as npm module for browserification
npm install davidshimjs-qrcodejs
`or with some options
`
`and you can use some methods
`
qrcode.clear(); // clear the code.
qrcode.makeCode("http://naver.com"); // make another code.
``