We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f94275 commit 8dddcebCopy full SHA for 8dddceb
1 file changed
Projects/QR Code Reader/index.html
@@ -8,7 +8,8 @@
8
<link rel="stylesheet" href="./styles/styles.css">
9
<title>QR Code Scanner</title>
10
11
- <script src="./node_modules/html5-qrcode/html5-qrcode.min.js"></script>
+ <!-- <script src="./node_modules/html5-qrcode/html5-qrcode.min.js"></script> -->
12
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/html5-qrcode/2.3.4/html5-qrcode.min.js" integrity="sha512-k/KAe4Yff9EUdYI5/IAHlwUswqeipP+Cp5qnrsUjTPCgl51La2/JhyyjNciztD7mWNKLSXci48m7cctATKfLlQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
13
</head>
14
<body>
15
<main>
0 commit comments