QRCodeJS is a javascript library for making QRCode. It has no dependencies, is cross-browser and using HTML5 Canvas. This porject is a fork by KeeeX Company from davidshimjs, with Code Length Overflow fixed.
npm install @keeex/qrcodejs-kxProject forked by KeeeX Company from davidshimjs/qrcodejs, we fixed Code Length Overflow error, and cleaned up the repository.
html
`or with some options
`html
`and you can use some methods
`javascript
qrcode.clear(); // clear the code.
qrcode.makeCode("https://github.com/KeeeX"); // make another code.
`$3
`javascript
const QRCode = require("@keeex/qrcodejs-kx");
// Use QRCode as usual
``