This repository was archived by the owner on May 15, 2021. It is now read-only.
2.1.0
2.1.0
New Features:
- Implement a QR code with circles and rounded "eyes" instead of squares
- Add
generateRequestQRCode- This takes a
canvaselement as well as the request data and options for the QR code.
- This takes a
Improvements:
- Change the default EC level of the QR code to
L - Change image URLs in README so they show up on npm
- Make it so the logo doesn't half-cover any data bits
- Change the logo background from a rounded rectangle to a regular rectangle
Deprecations:
createRequestQRCode,updateRequestQRCode, andremoveRequestQRCode- If using React use
RequestQRCode, otherwise usegenerateRequestQRCode
- If using React use