Skip to content

Commit

Permalink
Use updated JS library for QR code scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Sep 23, 2023
1 parent ace863d commit e5fca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<title>misfortune</title>
<link rel="manifest" href="manifest.json">

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jsQR.min.js"></script>
<script src="https://unpkg.com/@zxing/[email protected]" type="application/javascript"></script>
<script>
// The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = null;
Expand Down

0 comments on commit e5fca20

Please sign in to comment.