Skip to content

Commit 573cb6f

Browse files
committed
update to 8.8.1
1 parent 9b9e1b0 commit 573cb6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+253
-126540
lines changed

1.hello-world/1.minimum-code.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
library offline. Please see the guide on how to host the library:
1313
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
1414
-->
15-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.0/dist/dbr.js"></script>
15+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1/dist/dbr.js"></script>
1616
</head>
1717

1818
<body>

1.hello-world/10.read-video-pwa/helloworld-pwa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Read barcodes from camera with Dynamsoft Barcode Reader in a PWA application.">
88
<meta name="keywords" content="read barcode from camera in PWA">
99
<title>Dynamsoft Barcode Reader PWA Sample - Hello World (Decoding via Camera)</title>
10-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.0/dist/dbr.js"></script>
10+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1/dist/dbr.js"></script>
1111
<link rel="manifest" href="./helloworld-pwa.webmanifest">
1212
</head>
1313

1.hello-world/11.read-video-requirejs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Hello World for RequireJS</h1>
1313
<button id="readBarcode">show scanner</button>
1414
<script src="https://cdn.jsdelivr.net/npm/requirejs@2.3.6/require.js"></script>
1515
<script>
16-
requirejs(['https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.0/dist/dbr.js'], function({
16+
requirejs(['https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1/dist/dbr.js'], function({
1717
DBR,
1818
BarcodeReader,
1919
BarcodeScanner
@@ -37,7 +37,7 @@ <h1>Hello World for RequireJS</h1>
3737

3838
/** LICENSE ALERT - THE END */
3939

40-
DBR.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.0/dist/";
40+
DBR.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1/dist/";
4141
let pScanner = null;
4242
document.getElementById('readBarcode').onclick = async function() {
4343
try {

1.hello-world/12.read-video-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"webpack-cli": "4.8.0"
1313
},
1414
"dependencies": {
15-
"dynamsoft-javascript-barcode": "8.8.0"
15+
"dynamsoft-javascript-barcode": "8.8.1"
1616
}
17-
}
17+
}

1.hello-world/12.read-video-webpack/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ import DBR from "dynamsoft-javascript-barcode";
1919

2020
/** LICENSE ALERT - THE END */
2121

22-
DBR.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.0/dist/";
22+
DBR.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1/dist/";
2323

2424
let pScanner = null;
2525
if (document.getElementById('readBarcode')) {
26-
document.getElementById('readBarcode').onclick = async function () {
26+
document.getElementById('readBarcode').onclick = async function() {
2727
try {
2828
let scanner = await (pScanner = pScanner || DBR.BarcodeScanner.createInstance());
2929
scanner.onFrameRead = results => {

1.hello-world/2.read-an-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
library offline. Please see the guide on how to host the library:
1313
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
1414
-->
15-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.0/dist/dbr.js"></script>
15+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1/dist/dbr.js"></script>
1616
</head>
1717

1818
<body>
Binary file not shown.

1.hello-world/3.read-video-angular/dist/hello-world/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

1.hello-world/3.read-video-angular/dist/hello-world/main.js

Lines changed: 0 additions & 436 deletions
This file was deleted.

1.hello-world/3.read-video-angular/dist/hello-world/main.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)