https://github.com/florian-lefebvre/qr-generator
Generate unlimited QR Codes with ease for free
https://github.com/florian-lefebvre/qr-generator
astro qrcode qrcode-generator withastro
Last synced: 20 days ago
JSON representation
Generate unlimited QR Codes with ease for free
- Host: GitHub
- URL: https://github.com/florian-lefebvre/qr-generator
- Owner: florian-lefebvre
- License: mit
- Created: 2024-05-27T12:43:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:46:23.000Z (11 months ago)
- Last Synced: 2025-02-10T03:14:15.793Z (2 months ago)
- Topics: astro, qrcode, qrcode-generator, withastro
- Language: Astro
- Homepage: https://qr.florian-lefebvre.dev
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR Code Generator
Generate unlimited QR Codes with ease for free
## Contributing
This website is made using Astro, TypeScript and Tailwind CSS. Install dependencies using pnpm:
```bash
pnpm i --frozen-lockfile
```Start the dev server:
```bash
pnpm dev
```## Licensing
[MIT Licensed](./LICENSE). Made with ❤️ by [Florian Lefebvre](https://github.com/florian-lefebvre).
## Acknowledgements
- [unjs/uqr](https://github.com/unjs/uqr)
- [How to save inline SVG as PNG with vanilla Javascript and html canvas](https://www.beaubus.com/blog/how_to_save_inline_svg_as_png_with_vanilla_javascript_and_html_canvas.html)