We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff38692 commit 47b5cd5Copy full SHA for 47b5cd5
qr.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Enhanced QR Code Decoder</title>
+ <title>QR Code Decoder</title>
7
<script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script>
8
<style>
9
body {
@@ -35,7 +35,8 @@
35
</style>
36
</head>
37
<body>
38
- <h1>Enhanced QR Code Decoder</h1>
+ <h1>QR Code Decoder</h1>
39
+ <p>Uses <a href="https://github.com/cozmo/jsQR/">jsQR</a> by Cosmo Wolfe</p>
40
<p>Upload, drag & drop, or paste a QR code image:</p>
41
<div id="dropArea">
42
<input type="file" id="fileElem" accept="image/*">
0 commit comments