Skip to content

Commit cd31a07

Browse files
committed
rebuilt
1 parent 8be23f0 commit cd31a07

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

1.hello-world/3.read-video-angular/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.hello-world/3.read-video-angular/src/app/dbr.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import DBR from "dynamsoft-javascript-barcode";
88

99
/* When using your own license, uncomment the following line and specify your Organization ID. */
1010

11-
// DBR.BarcodeReader.organizationID = "YOUR-ORGANIZATION-ID";
11+
DBR.BarcodeReader.organizationID = "200000";
12+
DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
1213

1314
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=github */
1415
/* For more information, please refer to https://www.dynamsoft.com/license-tracking/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */

1.hello-world/4.read-video-react/src/dbr.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import DBR from "dynamsoft-javascript-barcode";
88

99
/* When using your own license, uncomment the following line and specify your Organization ID. */
1010

11-
// DBR.BarcodeReader.organizationID = "YOUR-ORGANIZATION-ID";
11+
DBR.BarcodeReader.organizationID = "200000";
12+
DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
1213

1314
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=github */
1415
/* For more information, please refer to https://www.dynamsoft.com/license-tracking/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */

1.hello-world/5.read-video-vue/src/dbr.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import DBR from "dynamsoft-javascript-barcode";
88

99
/* When using your own license, uncomment the following line and specify your Organization ID. */
1010

11-
// DBR.BarcodeReader.organizationID = "YOUR-ORGANIZATION-ID";
11+
DBR.BarcodeReader.organizationID = "200000";
12+
DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
1213

1314
/* If you don't have a license yet, you can request a trial on this page: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=github */
1415
/* For more information, please refer to https://www.dynamsoft.com/license-tracking/docs/about/licensefaq.html?ver=latest#how-to-use-a-trackable-license. */

1.hello-world/5.read-video-vue/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3217,10 +3217,10 @@ duplexify@^3.4.2, duplexify@^3.6.0:
32173217
readable-stream "^2.0.0"
32183218
stream-shift "^1.0.0"
32193219

3220-
dynamsoft-javascript-barcode@8.2.5:
3221-
version "8.2.5"
3222-
resolved "https://registry.nlark.com/dynamsoft-javascript-barcode/download/dynamsoft-javascript-barcode-8.2.5.tgz#43006db0bf362a9d0142e5785e94c1a3e963ee01"
3223-
integrity sha1-QwBtsL82Kp0BQuV4XpTBo+lj7gE=
3220+
dynamsoft-javascript-barcode@8.4.0:
3221+
version "8.4.0"
3222+
resolved "https://registry.nlark.com/dynamsoft-javascript-barcode/download/dynamsoft-javascript-barcode-8.4.0.tgz#c81c4a9ec1f1dd4617a7a836c53f1997fd5d22b6"
3223+
integrity sha1-yBxKnsHx3UYXp6g2xT8Zl/1dIrY=
32243224

32253225
easy-stack@^1.0.1:
32263226
version "1.0.1"

0 commit comments

Comments
 (0)