Author: | SumiMakito |
---|---|
Views Total: | 11,063 views |
Official Page: | Go to website |
Last Update: | September 26, 2018 |
License: | MIT |
Preview:

Description:
Just another QR code generator written in pure JavaScript that helps you generate customizable, pretty-cool QRCode images with support for any background images.
How to use it:
Import the main JavaScript file Awesome-qr.js into the html document.
<script src="awesome-qr.min.js">
Create a new AwesomeQRCode object and define your content to be encoded.
new AwesomeQRCode({ text: "Your Own Text" });
Default options to customize the generated QR code.
new AwesomeQRCode({ width: 800, height: 800, typeNumber: 4, colorDark: "#000000", colorLight: "#ffffff", correctLevel: QRErrorCorrectLevel.H, backgroundImage: undefined, autoColor: true });
Changelog:
09/26/2018
- v1.2.0
please tell how to customize the qr codes using your software i am not a programmer nor coder
please reply back