Closed lyqht closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mini-qr-code-generator | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 13, 2024 0:05am |
Addresses #44
Description
The bigger the encoded data, the qr code tends to shrink in size to accommodate the increase in the qr code patterns required to encode it without overflowing its container size.
Hence, this PR adds a new feature for users to set their own correction level, and also recommends an appropriate correction level based on their current data length. The recommended data lengths are based off random sources of the internet.
Screenshot