https://github.com/erseco/qr
Easy QR code generator, all done in browser
https://github.com/erseco/qr
browser genarator privacy-protection qr
Last synced: 4 months ago
JSON representation
Easy QR code generator, all done in browser
- Host: GitHub
- URL: https://github.com/erseco/qr
- Owner: erseco
- License: mit
- Created: 2023-04-20T09:15:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T13:30:19.000Z (about 2 years ago)
- Last Synced: 2025-01-19T15:52:04.922Z (6 months ago)
- Topics: browser, genarator, privacy-protection, qr
- Language: HTML
- Homepage: https://qr.ernesto.es
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Extractor and QR Code Generator
This web page allows you to extract a URL from a given text input and generate a QR Code for the extracted URL. It's a simple and convenient way to quickly create a QR Code from any text that contains a URL.
## How to Use
1. Open the web page in your browser.
2. Enter the text containing a URL in the text input field.
3. Click the "Generate QR Code" button.
4. The web page will extract the first URL found in the text and display it below the input field.
5. A QR Code containing the extracted URL will be generated and displayed.
6. Optionally, you can download the generated QR Code as a PNG image by clicking the "Download QR Code" button.## Features
- Extracts the first URL from the input text
- Generates a QR Code for the extracted URL
- Allows downloading the generated QR Code as a PNG image
- Compatible with most modern web browsers## Dependencies
- [QRCode.js](https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js): A library for generating QR Codes in JavaScript
## License
This project is released under the [MIT License](https://opensource.org/licenses/MIT).