Skip to content

TobiasWeiseX/qrcode.js-customelement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple customelement wrapper for qrcode.js

No more id nonsense... just add a tag for it

<!doctype html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/gh/davidshimjs/qrcodejs@master/qrcode.js"></script>
    <script src="qr_widget.js"></script>
</head>
<body>
    <qr-code width="400" height="400" style="box-shadow: 10px 5px 5px black;">https://cdn.jsdelivr.net/gh/davidshimjs/qrcodejs@master/qrcode.js</qr-code>
</body>
</html>

About

Custom element wrapper around qrcode.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published