Skip to content

greggman/qr-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Simple Online QR Code Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published