Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 692 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 692 Bytes

QR Code Generator

A simple online QR code generator

https://greggman.github.io/qr-code/

These are all over the net, spammed with ads. There are also a few here in github but often with too many options and clutter. I thought I'd throw together a simple one.

Embedding

Rather than download the image from the page above you can also make make an embedded iframe https://greggman.github.io/qr-code/embed.html?s=<msg/url/etc>

Example:

<iframe
  src="https://greggman.github.io/qr-code/embed/?s=https://threejs.org"
  width="256"
  height="256"
  style="border: none"
></iframe>

Live Example

License

MIT