qr_image/README.md

26 wiersze
408 B
Markdown

2022-01-29 06:31:52 +00:00
# QRImage
2022-01-29 06:07:34 +00:00
2022-01-29 06:29:12 +00:00
<p align="center">
2022-01-29 06:32:52 +00:00
QRImage is a web app to generate QR codes with images.
2022-01-29 06:29:12 +00:00
</p>
2022-01-29 06:31:52 +00:00
<p align="center">
2022-01-29 06:32:52 +00:00
<img src="images/demo.png">
2022-01-29 06:31:52 +00:00
</p>
2022-01-29 06:07:34 +00:00
### Usage
1. Open [site](https://hughchen.github.io/qr_image/).
2. Upload an image.
3. Enter the URL.
4. Adjust parameters.
5. Download `PNG`.
## Dependency
* [davidshimjs / qrcode](https://github.com/davidshimjs/qrcodejs)
2022-01-29 06:54:01 +00:00
## License
[GPLv3](LICENSE)