File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
barcode-scanner-api-samples Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > List-Builder - Scan to Cart Simulation</ title >
88
9- <!-- Dynamsoft Barcode Reader Bundle -->
9+ <!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
1010 < script src ="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js "> </ script >
1111 <!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
1212 <!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
Original file line number Diff line number Diff line change 77 < title >
88 Dynamsoft Barcode Scanner Sample - Hello World (Decode via Camera)
99 </ title >
10- <!-- Include Dynamsoft Barcode Reader Bundle from CDN -->
10+ <!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
1111 < script src ="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js "> </ script >
1212 <!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
1313 <!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Scan & Search with BarcodeScanner</ title >
8+
9+ <!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
810 < script src ="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js "> </ script >
11+ <!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
12+ <!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
913</ head >
1014
1115< body >
You can’t perform that action at this time.
0 commit comments