A simple interface to create QR codes without blurry jpg images
Easy QR
Use the tool here
A simple interface to generate your QR codes with the color of your liking.
Installation instructions
- Install packages running
npm install
- Run for development mode using
npm run dev
- You can build for deployment using
npm run build
Dependencies
- Uses qrcode for the QR rendering.
- Uses file-saver to easily download svg file.
- Of course tailwindcss, vue3, vite etc.