qrcode.clear(); // remove the code. makeCode(text) qrcode.makeCode("https://github.com/ushelp/EasyQRCodeJS"); // make another code text. resize(widht, height) qrcode.resize(480, 480); // Resize the image Angular SupportAdd dependency # install with `npm` npm install --save easyq...
makeCode(text) qrcode.makeCode("https://github.com/ushelp/EasyQRCodeJS"); // make another code text. resize(width, height) qrcode.resize(480, 480); // Resize the image download(fileName) qrcode.download("easyQRCode"); // Download the image or svg file, the filename does not nee...
EasyQRCodeJS is a feature-rich cross-browser pure JavaScript QRCode generation library. Support Canvas, SVG and Table drawing methods. Support Dot style, Logo, Background image, Colorful, Title etc. settings. Support Angular, Vue.js, React, Next.js, Svelte framework. Support binary(hex) data...
qrcode.makeCode("https://github.com/ushelp/EasyQRCodeJS"); // make another code text. resize(width, height) qrcode.resize(480, 480); // Resize the image Angular Support Add dependency # install with `npm` npm install --save easyqrcodejs # Alternatively you may use `yarn`: yarn ...
makeCode(text) qrcode.makeCode("https://github.com/ushelp/EasyQRCodeJS"); // make another code text. resize(width, height) qrcode.resize(480, 480); // Resize the image download(fileName) qrcode.download("easyQRCode"); // Download the image or svg file, the filename does not nee...