modules icon indicating copy to clipboard operation
modules copied to clipboard

feat: add ` nuxt-qrcode`

Open sandros94 opened this issue 1 year ago โ€ข 0 comments

๐Ÿ”— 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).

sandros94 avatar Nov 19 '24 22:11 sandros94