
art-qr
Pure JavaScript library to generate beautiful QR code on websites
Installation
yarn add art-qr
/* or use npm if you prefer*/
npm install art-qr -S
Usgae
All options can see here.
Upon of the original version, we provide download
method, see the code as example:
; // create something you can access to store the instance if you wantlet MyQRInstance; const img = ;imgcrossOrigin = "Anonymous";imgsrc = YOUR_IMAGE_URL; img { MyQRInstance = ;} // download the QR code is easyMyQRInstance
Credit
The project is a fork of Awesome-qr.js, and changed the build process/code style for esay use.