modules
modules copied to clipboard
feat: add ` nuxt-qrcode`
๐ Linked issue
Resolves #1111 (lol)
โ Type of change
- [ ] ๐ Documentation (updates to the documentation or readme)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
The nuxt-qrcode module aims to simplify the creation and read of QRCodes (and other barcodes) within Nuxt projects.
The creation of QRCodes take advantage of powerful styling as well as its ability to inherits the colors from other modules such as Nuxt UI.
The reading of QRCodes and barcodes lets you easily scan and process their data against your desired logic (for example to check if a user is actually registered in the database during live conferences).