Skip to content

Commit 8dddceb

Browse files
author
FirstThinker_Swapnil
committed
Alternative Node Library : Script
1 parent 8f94275 commit 8dddceb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Projects/QR Code Reader/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<link rel="stylesheet" href="./styles/styles.css">
99
<title>QR Code Scanner</title>
1010

11-
<script src="./node_modules/html5-qrcode/html5-qrcode.min.js"></script>
11+
<!-- <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>
1213
</head>
1314
<body>
1415
<main>

0 commit comments

Comments
 (0)