QR Code <-> Text in browser.
This project is derived from Airgapped QR Code Transfer, but works for plain text rather than file.
- Download from release, and decompress to a directory.
- Serve the directory with any static web server.
- Open
index.html
from that server in your browser.
Note: Only Scan QR code require visiting from a web server, because of browser security restrictions.
- If you want Text -> QR Code only, no need to serve the directory with a
web server. Open
index.html
file locally in your browser is sufficient. - If you want QR Code -> Text, you must serve the directory with a web server.