Skip to content

laishulu/qrtext

Repository files navigation

QR Text

QR Code <-> Text in browser.

This project is derived from Airgapped QR Code Transfer, but works for plain text rather than file.

Feature

  • Text <-> QR Code Text <-> QR Code

Usage

  • 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.