diff --git a/README.md b/README.md
index 778e89929..16d9c1314 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A default license is included which allows you to test the sample apps for up to
## Documentation
-For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/programming/javascript/?ver=10.0.20&utm_source=sampleReadme).
+For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/programming/javascript/?ver=10.0.21&utm_source=sampleReadme).
## Support
diff --git a/hello-world/README.md b/hello-world/README.md
index cdeb078f6..c855af3e1 100644
--- a/hello-world/README.md
+++ b/hello-world/README.md
@@ -1,6 +1,6 @@
# The Hello World Sample Set
-As you have already gone through the [user guide](https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20#getting-started---hello-world), you may have come across some basic "Hello World" code that can help you create a simple web application using our SDK quickly.
+As you have already gone through the [user guide](https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21#getting-started---hello-world), you may have come across some basic "Hello World" code that can help you create a simple web application using our SDK quickly.
In this set of samples, we will revisit the "Hello World" code and show how to implement it using some popular frameworks, such as Angular, React, and Vue.
diff --git a/hello-world/angular/README.md b/hello-world/angular/README.md
index 477c789d1..29ff39e63 100644
--- a/hello-world/angular/README.md
+++ b/hello-world/angular/README.md
@@ -51,17 +51,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/angular/package.json b/hello-world/angular/package.json
index fc65fdc69..a9b6ac38b 100644
--- a/hello-world/angular/package.json
+++ b/hello-world/angular/package.json
@@ -18,12 +18,12 @@
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
- "dynamsoft-barcode-reader": "10.0.20",
+ "dynamsoft-barcode-reader": "10.0.21",
"dynamsoft-utility": "1.0.21",
"dynamsoft-camera-enhancer": "4.0.1",
- "dynamsoft-capture-vision-router": "2.0.31",
- "dynamsoft-core": "3.0.32",
- "dynamsoft-license": "3.0.20",
+ "dynamsoft-capture-vision-router": "2.0.32",
+ "dynamsoft-core": "3.0.33",
+ "dynamsoft-license": "3.0.40",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
diff --git a/hello-world/angular/src/cvr.ts b/hello-world/angular/src/cvr.ts
index ac5f3ee22..4591dcec9 100644
--- a/hello-world/angular/src/cvr.ts
+++ b/hello-world/angular/src/cvr.ts
@@ -13,17 +13,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/electron/README.md b/hello-world/electron/README.md
index 54b02e5db..667070297 100644
--- a/hello-world/electron/README.md
+++ b/hello-world/electron/README.md
@@ -125,7 +125,7 @@ Dynamsoft.License.LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
diff --git a/hello-world/electron/action.js b/hello-world/electron/action.js
index f62a75798..0cfb9a7cb 100644
--- a/hello-world/electron/action.js
+++ b/hello-world/electron/action.js
@@ -9,7 +9,7 @@ Dynamsoft.License.LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
diff --git a/hello-world/electron/package.json b/hello-world/electron/package.json
index 9444cc699..72e8bd542 100644
--- a/hello-world/electron/package.json
+++ b/hello-world/electron/package.json
@@ -21,13 +21,13 @@
"electron": "^26.4.1"
},
"dependencies": {
- "dynamsoft-barcode-reader": "10.0.20",
+ "dynamsoft-barcode-reader": "10.0.21",
"dynamsoft-camera-enhancer": "4.0.1",
- "dynamsoft-capture-vision-router": "2.0.31",
+ "dynamsoft-capture-vision-router": "2.0.32",
"dynamsoft-capture-vision-std": "1.0.0",
- "dynamsoft-core": "3.0.32",
+ "dynamsoft-core": "3.0.33",
"dynamsoft-image-processing": "2.0.30",
- "dynamsoft-license": "3.0.20",
+ "dynamsoft-license": "3.0.40",
"dynamsoft-utility": "1.0.21"
}
}
diff --git a/hello-world/es6.html b/hello-world/es6.html
index 775476dfd..6569848bd 100644
--- a/hello-world/es6.html
+++ b/hello-world/es6.html
@@ -33,11 +33,11 @@
Hello World for ES6 (Decode via Camera)
-
+
+
-
-
+
+
@@ -48,7 +48,7 @@
Hello World (Decode via Camera)
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
diff --git a/hello-world/next/README.md b/hello-world/next/README.md
index 512072fb9..273413fe5 100644
--- a/hello-world/next/README.md
+++ b/hello-world/next/README.md
@@ -49,17 +49,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/next/cvr.ts b/hello-world/next/cvr.ts
index 4569f99a7..cc03ce043 100644
--- a/hello-world/next/cvr.ts
+++ b/hello-world/next/cvr.ts
@@ -13,17 +13,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/next/package.json b/hello-world/next/package.json
index 4feba8c81..7495aa518 100644
--- a/hello-world/next/package.json
+++ b/hello-world/next/package.json
@@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
- "dynamsoft-barcode-reader": "10.0.20",
+ "dynamsoft-barcode-reader": "10.0.21",
"dynamsoft-camera-enhancer": "4.0.1",
- "dynamsoft-capture-vision-router": "2.0.31",
- "dynamsoft-core": "3.0.32",
- "dynamsoft-license": "3.0.20",
+ "dynamsoft-capture-vision-router": "2.0.32",
+ "dynamsoft-core": "3.0.33",
+ "dynamsoft-license": "3.0.40",
"dynamsoft-utility": "1.0.21",
"next": "13.5.6",
"react": "^18",
diff --git a/hello-world/nuxt/README.md b/hello-world/nuxt/README.md
index ac811a80f..e80317ed7 100644
--- a/hello-world/nuxt/README.md
+++ b/hello-world/nuxt/README.md
@@ -53,17 +53,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/nuxt/cvr.ts b/hello-world/nuxt/cvr.ts
index 4569f99a7..cc03ce043 100644
--- a/hello-world/nuxt/cvr.ts
+++ b/hello-world/nuxt/cvr.ts
@@ -13,17 +13,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/nuxt/package.json b/hello-world/nuxt/package.json
index d796ece67..c311bbb78 100644
--- a/hello-world/nuxt/package.json
+++ b/hello-world/nuxt/package.json
@@ -13,11 +13,11 @@
"nuxt": "3.2.3"
},
"dependencies": {
- "dynamsoft-barcode-reader": "10.0.20",
+ "dynamsoft-barcode-reader": "10.0.21",
"dynamsoft-camera-enhancer": "4.0.1",
- "dynamsoft-capture-vision-router": "2.0.31",
- "dynamsoft-core": "3.0.32",
- "dynamsoft-license": "3.0.20",
+ "dynamsoft-capture-vision-router": "2.0.32",
+ "dynamsoft-core": "3.0.33",
+ "dynamsoft-license": "3.0.40",
"dynamsoft-utility": "1.0.21"
}
}
diff --git a/hello-world/pwa/README.md b/hello-world/pwa/README.md
index f9e017142..5718f5a19 100644
--- a/hello-world/pwa/README.md
+++ b/hello-world/pwa/README.md
@@ -48,7 +48,7 @@ Results:
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
@@ -244,13 +244,13 @@ For offline use, you need to cache more files.
service-worker.js
```javascript
const coreResourcesDir =
- "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
+ "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
utilityResourcesDir =
"https://cdn.jsdelivr.net/npm/dynamsoft-utility@1.0.21/dist/",
dbrResourcesDir =
- "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
cvrResourcesDir =
- "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
+ "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
dceResourcesDir =
"https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/";
diff --git a/hello-world/pwa/helloworld-pwa.html b/hello-world/pwa/helloworld-pwa.html
index 85d160368..ffc050dc3 100644
--- a/hello-world/pwa/helloworld-pwa.html
+++ b/hello-world/pwa/helloworld-pwa.html
@@ -31,11 +31,11 @@
sizes="512x512"
href="./dynamsoft-512x512.png"
/>
-
-
+
+
-
-
+
+
@@ -64,7 +64,7 @@
Hello World for PWA
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
diff --git a/hello-world/react-hooks/README.md b/hello-world/react-hooks/README.md
index 37e9503c3..499cdfdc4 100644
--- a/hello-world/react-hooks/README.md
+++ b/hello-world/react-hooks/README.md
@@ -51,17 +51,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/react-hooks/package.json b/hello-world/react-hooks/package.json
index 1104c108e..59e1e71c6 100644
--- a/hello-world/react-hooks/package.json
+++ b/hello-world/react-hooks/package.json
@@ -4,11 +4,11 @@
"private": true,
"homepage": "./",
"dependencies": {
- "dynamsoft-barcode-reader": "10.0.20",
+ "dynamsoft-barcode-reader": "10.0.21",
"dynamsoft-camera-enhancer": "4.0.1",
- "dynamsoft-capture-vision-router": "2.0.31",
- "dynamsoft-core": "3.0.32",
- "dynamsoft-license": "3.0.20",
+ "dynamsoft-capture-vision-router": "2.0.32",
+ "dynamsoft-core": "3.0.33",
+ "dynamsoft-license": "3.0.40",
"dynamsoft-utility": "1.0.21",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
diff --git a/hello-world/react-hooks/src/cvr.ts b/hello-world/react-hooks/src/cvr.ts
index 4569f99a7..cc03ce043 100644
--- a/hello-world/react-hooks/src/cvr.ts
+++ b/hello-world/react-hooks/src/cvr.ts
@@ -13,17 +13,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/react/README.md b/hello-world/react/README.md
index 649d7b8c1..7589f3357 100644
--- a/hello-world/react/README.md
+++ b/hello-world/react/README.md
@@ -91,17 +91,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/react/package.json b/hello-world/react/package.json
index 1104c108e..59e1e71c6 100644
--- a/hello-world/react/package.json
+++ b/hello-world/react/package.json
@@ -4,11 +4,11 @@
"private": true,
"homepage": "./",
"dependencies": {
- "dynamsoft-barcode-reader": "10.0.20",
+ "dynamsoft-barcode-reader": "10.0.21",
"dynamsoft-camera-enhancer": "4.0.1",
- "dynamsoft-capture-vision-router": "2.0.31",
- "dynamsoft-core": "3.0.32",
- "dynamsoft-license": "3.0.20",
+ "dynamsoft-capture-vision-router": "2.0.32",
+ "dynamsoft-core": "3.0.33",
+ "dynamsoft-license": "3.0.40",
"dynamsoft-utility": "1.0.21",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
diff --git a/hello-world/react/src/cvr.ts b/hello-world/react/src/cvr.ts
index 4569f99a7..cc03ce043 100644
--- a/hello-world/react/src/cvr.ts
+++ b/hello-world/react/src/cvr.ts
@@ -13,17 +13,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/read-an-image.html b/hello-world/read-an-image.html
index 4c614cef9..ed6154e90 100644
--- a/hello-world/read-an-image.html
+++ b/hello-world/read-an-image.html
@@ -13,10 +13,10 @@
href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world/read-an-image.html"
/>
Dynamsoft Barcode Reader Sample - Hello World (Read an Image)
-
-
-
-
+
+
+
+
@@ -35,7 +35,7 @@
Hello World (Read an Image)
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
diff --git a/hello-world/requirejs.html b/hello-world/requirejs.html
index 295986407..c5768920d 100644
--- a/hello-world/requirejs.html
+++ b/hello-world/requirejs.html
@@ -36,15 +36,15 @@
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
(async () => {
diff --git a/hello-world/vue/README.md b/hello-world/vue/README.md
index 6c01302f3..f2b059146 100644
--- a/hello-world/vue/README.md
+++ b/hello-world/vue/README.md
@@ -52,17 +52,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/vue/package.json b/hello-world/vue/package.json
index 79dd19d8a..28f61caca 100644
--- a/hello-world/vue/package.json
+++ b/hello-world/vue/package.json
@@ -10,11 +10,11 @@
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
- "dynamsoft-barcode-reader": "10.0.20",
+ "dynamsoft-barcode-reader": "10.0.21",
"dynamsoft-camera-enhancer": "4.0.1",
- "dynamsoft-capture-vision-router": "2.0.31",
- "dynamsoft-core": "3.0.32",
- "dynamsoft-license": "3.0.20",
+ "dynamsoft-capture-vision-router": "2.0.32",
+ "dynamsoft-core": "3.0.33",
+ "dynamsoft-license": "3.0.40",
"dynamsoft-utility": "1.0.21",
"vue": "^3.3.4"
},
diff --git a/hello-world/vue/src/cvr.ts b/hello-world/vue/src/cvr.ts
index 35503aabe..f3cfc84e9 100644
--- a/hello-world/vue/src/cvr.ts
+++ b/hello-world/vue/src/cvr.ts
@@ -14,17 +14,17 @@ LicenseManager.initLicense(
/**
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
- * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
+ * For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.0.21&utm_source=github#specify-the-license or contact support@dynamsoft.com.
* LICENSE ALERT - THE END
*/
CoreModule.engineResourcePaths = {
std: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-std@1.0.0/dist/",
dip: "https://cdn.jsdelivr.net/npm/dynamsoft-image-processing@2.0.30/dist/",
- core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.32/dist/",
- license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/",
- cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.31/dist/",
- dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/",
+ core: "https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.33/dist/",
+ license: "https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.40/dist/",
+ cvr: "https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.32/dist/",
+ dbr: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.21/dist/",
dce: "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/"
};
diff --git a/hello-world/webview/android/app/src/main/assets/decodeBarcodeInVideo.html b/hello-world/webview/android/app/src/main/assets/decodeBarcodeInVideo.html
index 9bfb977be..49947b9ec 100644
--- a/hello-world/webview/android/app/src/main/assets/decodeBarcodeInVideo.html
+++ b/hello-world/webview/android/app/src/main/assets/decodeBarcodeInVideo.html
@@ -16,11 +16,11 @@