From 38d12785e4d9dc8f48ea825d75da130b6bf2e157 Mon Sep 17 00:00:00 2001 From: Tom Kent Date: Tue, 19 Apr 2022 16:39:00 +0800 Subject: [PATCH 1/4] Rename 1.hello-world.html to 1.minimum-code.html --- 1.hello-world/{1.hello-world.html => 1.minimum-code.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 1.hello-world/{1.hello-world.html => 1.minimum-code.html} (100%) diff --git a/1.hello-world/1.hello-world.html b/1.hello-world/1.minimum-code.html similarity index 100% rename from 1.hello-world/1.hello-world.html rename to 1.hello-world/1.minimum-code.html From 6e70db292c8f959157ac7d0350500b495e4e7e3e Mon Sep 17 00:00:00 2001 From: Amro Anwer Date: Tue, 27 Dec 2022 14:58:36 -0800 Subject: [PATCH 2/4] Update package.json of next-js sample Was causing install errors and by changing the version notation of next package, it worked. --- 1.hello-world/7.read-video-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.hello-world/7.read-video-nextjs/package.json b/1.hello-world/7.read-video-nextjs/package.json index 1d0994b0..55b2c22f 100644 --- a/1.hello-world/7.read-video-nextjs/package.json +++ b/1.hello-world/7.read-video-nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "dynamsoft-javascript-barcode": "9.6.0", - "next": ">=12.1.0", + "next": "^12.1.0", "react": "17.0.2", "react-dom": "17.0.2" }, From 000468121d6561615e7d77c18036d2370dd7bded Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Fri, 13 Jan 2023 16:49:44 +0800 Subject: [PATCH 3/4] update readme; rename 'minimum-code.html' to 'hello-world.html'; --- 1.hello-world/{1.minimum-code.html => 1.hello-world.html} | 0 1.hello-world/README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename 1.hello-world/{1.minimum-code.html => 1.hello-world.html} (100%) diff --git a/1.hello-world/1.minimum-code.html b/1.hello-world/1.hello-world.html similarity index 100% rename from 1.hello-world/1.minimum-code.html rename to 1.hello-world/1.hello-world.html diff --git a/1.hello-world/README.md b/1.hello-world/README.md index 30da217d..c7236344 100644 --- a/1.hello-world/README.md +++ b/1.hello-world/README.md @@ -28,7 +28,7 @@ In this sample, a listener is set up so that the SDK decodes any image that the [`decode`](https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/BarcodeReader.html?ver=latest#decode) is the main method to go for when using the `BarcodeReader` class, although the class offers a number of other methods should you work with base64 strings, for instance. The rest of the image decoding methods can be found [here](https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/BarcodeReader.html?ver=latest#decode-barcodes). -## Hello World - Angular +## Hello World in Angular Read more on the sample [here](https://www.dynamsoft.com/barcode-reader/programming/javascript/samples-demos/helloworld-angular.html). From 19f8ee92e3d88522d021e248008666004cf5a34a Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Sat, 14 Jan 2023 15:23:55 +0800 Subject: [PATCH 4/4] update version to 9.6.2; --- 1.hello-world/1.hello-world.html | 4 ++-- 1.hello-world/10.read-video-pwa/helloworld-pwa.html | 4 ++-- 1.hello-world/11.read-video-requirejs.html | 6 +++--- 1.hello-world/12.read-video-es6.html | 6 +++--- 1.hello-world/13.read-video-react-ts/package.json | 2 +- 1.hello-world/13.read-video-react-ts/src/dbr.ts | 4 ++-- 1.hello-world/2.read-an-image.html | 4 ++-- 1.hello-world/3.read-video-angular/package.json | 2 +- 1.hello-world/3.read-video-angular/src/app/dbr.ts | 4 ++-- 1.hello-world/4.read-video-react/package.json | 2 +- 1.hello-world/4.read-video-react/src/dbr.js | 4 ++-- 1.hello-world/5.read-video-vue/package.json | 2 +- 1.hello-world/5.read-video-vue/src/dbr.js | 4 ++-- 1.hello-world/6.read-video-vue3/package.json | 2 +- 1.hello-world/6.read-video-vue3/src/dbr.js | 4 ++-- 1.hello-world/7.read-video-nextjs/dbr.js | 4 ++-- 1.hello-world/7.read-video-nextjs/package.json | 2 +- 1.hello-world/8.read-video-nuxtjs/dbr.js | 4 ++-- 1.hello-world/8.read-video-nuxtjs/package.json | 2 +- 1.hello-world/9.read-video-electron/action.js | 2 +- 1.hello-world/9.read-video-electron/package.json | 2 +- 2.ui-tweaking/1.read-video-show-result.html | 4 ++-- 2.ui-tweaking/2.read-video-no-extra-control.html | 4 ++-- 2.ui-tweaking/3.read-video-with-external-control.html | 4 ++-- 2.ui-tweaking/4.difference-video-size.html | 4 ++-- 2.ui-tweaking/5.read-video-with-custom-default-ui.html | 4 ++-- 3.settings/1.barcodeFormats-expectedBarcodes.html | 2 +- 3.settings/2.localizationModes-binarizationModes.html | 2 +- 3.settings/3.blurred-small-barcodes.html | 2 +- 3.settings/4.deformed-incomplete-barcodes.html | 2 +- 3.settings/5.regionOfInterest-regionPredetection.html | 2 +- 3.settings/6.dense-barcodes.html | 4 ++-- 3.settings/initScanner.js | 2 +- 4.use-case/1.fill-a-form-with-barcode-reading.html | 4 ++-- 4.use-case/2.read-a-drivers-license.html | 4 ++-- 5.others/debug/public/index.html | 4 ++-- 36 files changed, 59 insertions(+), 59 deletions(-) diff --git a/1.hello-world/1.hello-world.html b/1.hello-world/1.hello-world.html index 1b3ebc1c..17f61979 100644 --- a/1.hello-world/1.hello-world.html +++ b/1.hello-world/1.hello-world.html @@ -12,7 +12,7 @@ Loading... - + + + + + + + + + diff --git a/3.settings/2.localizationModes-binarizationModes.html b/3.settings/2.localizationModes-binarizationModes.html index f5597c08..7aa289c5 100644 --- a/3.settings/2.localizationModes-binarizationModes.html +++ b/3.settings/2.localizationModes-binarizationModes.html @@ -13,7 +13,7 @@ library offline. Please see the guide on how to host the library: https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended --> - + diff --git a/3.settings/3.blurred-small-barcodes.html b/3.settings/3.blurred-small-barcodes.html index b4f6c720..2e73dc2c 100644 --- a/3.settings/3.blurred-small-barcodes.html +++ b/3.settings/3.blurred-small-barcodes.html @@ -13,7 +13,7 @@ library offline. Please see the guide on how to host the library: https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended --> - + diff --git a/3.settings/4.deformed-incomplete-barcodes.html b/3.settings/4.deformed-incomplete-barcodes.html index 4a9a8dc0..8ac5a116 100644 --- a/3.settings/4.deformed-incomplete-barcodes.html +++ b/3.settings/4.deformed-incomplete-barcodes.html @@ -13,7 +13,7 @@ library offline. Please see the guide on how to host the library: https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended --> - + diff --git a/3.settings/5.regionOfInterest-regionPredetection.html b/3.settings/5.regionOfInterest-regionPredetection.html index c2b495ce..f3391a6f 100644 --- a/3.settings/5.regionOfInterest-regionPredetection.html +++ b/3.settings/5.regionOfInterest-regionPredetection.html @@ -13,7 +13,7 @@ library offline. Please see the guide on how to host the library: https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended --> - + diff --git a/3.settings/6.dense-barcodes.html b/3.settings/6.dense-barcodes.html index 2fe07a61..a636a560 100644 --- a/3.settings/6.dense-barcodes.html +++ b/3.settings/6.dense-barcodes.html @@ -18,7 +18,7 @@ library offline. Please see the guide on how to host the library: https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended --> - +
@@ -36,7 +36,7 @@ /** * 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=9.6.1&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=9.6.2&utm_source=github#specify-the-license or contact support@dynamsoft.com. * LICENSE ALERT - THE END */ diff --git a/3.settings/initScanner.js b/3.settings/initScanner.js index 8a9a4a5c..8e780a06 100644 --- a/3.settings/initScanner.js +++ b/3.settings/initScanner.js @@ -20,7 +20,7 @@ window.onload = async function () { /** * 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=9.6.1&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=9.6.2&utm_source=github#specify-the-license or contact support@dynamsoft.com. * LICENSE ALERT - THE END */ diff --git a/4.use-case/1.fill-a-form-with-barcode-reading.html b/4.use-case/1.fill-a-form-with-barcode-reading.html index baa7afed..924d1166 100644 --- a/4.use-case/1.fill-a-form-with-barcode-reading.html +++ b/4.use-case/1.fill-a-form-with-barcode-reading.html @@ -13,7 +13,7 @@ library offline. Please see the guide on how to host the library: https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended --> - + @@ -35,7 +35,7 @@

Click each input box to fill in!

/** * 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=9.6.1&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=9.6.2&utm_source=github#specify-the-license or contact support@dynamsoft.com. * LICENSE ALERT - THE END */ diff --git a/4.use-case/2.read-a-drivers-license.html b/4.use-case/2.read-a-drivers-license.html index 6197544b..82534078 100644 --- a/4.use-case/2.read-a-drivers-license.html +++ b/4.use-case/2.read-a-drivers-license.html @@ -36,7 +36,7 @@

Read A Driver's License Read A Driver's License