Skip to content

lnsy-dev/qr-code-element

Repository files navigation

Splash

qr-code-element

Simple Pure HTML QR Code

Include the minified js in your code and use with the markup:

  <script src="https://lnsy-dev.github.io/qr-code-element/dist/qr-code-element.min.js"></script>
  <qr-code value="cool url link here"></qr-code>

The result:

Some Caveats: You cannot store a string longer than 1024 characters

Styling

QR Code can be styled using css by setting foreground and background colors.

<style>
  #styled-qr-code {
    background-color: yellow;
    color: blue;
  }
</style>

<qr-code id="styled-qr-code" value="styled qr code element"></qr-code>

the result:

Prior work:

Github

https://github.com/lnsy-dev/qr-code-element

Hire Me

I am available for remote projects!

https://lnsy.dev

About

Simple Pure HTML QR Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published