Skip to content

Instantly share code, notes, and snippets.

View matteoferrux's full-sized avatar
Always at work

Mattéo matteoferrux

Always at work
View GitHub Profile
@bobvanderlinden
bobvanderlinden / example.html
Last active October 28, 2022 20:41
Simple QR-Code scanner based on jsqrcode
<html>
<head>
<script src="https://webqr.com/llqrcode.js"></script>
<script src="jsqrcode-camera.js"></script>
</head>
<body>
<div id="qrcodescanner"></div>
<div id="message"></div>
</body>
<script>