Skip to content

Commit 47b5cd5

Browse files
authored
Add jsQR credit
1 parent ff38692 commit 47b5cd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

qr.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Enhanced QR Code Decoder</title>
6+
<title>QR Code Decoder</title>
77
<script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script>
88
<style>
99
body {
@@ -35,7 +35,8 @@
3535
</style>
3636
</head>
3737
<body>
38-
<h1>Enhanced QR Code Decoder</h1>
38+
<h1>QR Code Decoder</h1>
39+
<p>Uses <a href="https://github.com/cozmo/jsQR/">jsQR</a> by Cosmo Wolfe</p>
3940
<p>Upload, drag & drop, or paste a QR code image:</p>
4041
<div id="dropArea">
4142
<input type="file" id="fileElem" accept="image/*">

0 commit comments

Comments
 (0)