Javsacript QRCode for all browsers(fix some bug)
npm install qrcodejs2-fixes
`or with some options
`
`and you can use some methods
`
qrcode.clear(); // clear the code.
qrcode.makeCode("http://naver.com"); // make another code.
``1.Fixed Cannot read property '_android' of undefined.
2.QRCodeLimitLength. Fixed length check on for loop.
