Skip to content

Commit e40a67e

Browse files
committed
update version to 9.0.2
1 parent 11427ab commit e40a67e

File tree

20 files changed

+11
-65
lines changed

20 files changed

+11
-65
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.DS_Store
22
node_modules
3-
dist
4-
build
53

64
# local env files
75
.env.local

1.hello-world/1.hello-world.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
* To use the library, you need to first specify a license key using the API "license" as shown below.
1818
*/
1919

20-
Dynamsoft.DBR.BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
20+
Dynamsoft.DBR.BarcodeReader.organizationID = "200000";
21+
Dynamsoft.DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
2122

2223
/**
2324
* 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.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ <h1 style="font-size: 1.5em;">Hello World for PWA</h1>
1919
* To use the library, you need to first specify a license key using the API "license" as shown below.
2020
*/
2121

22-
Dynamsoft.DBR.BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
22+
Dynamsoft.DBR.BarcodeReader.organizationID = "200000";
23+
Dynamsoft.DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
2324

2425
/**
2526
* 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.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ <h1 style="font-size: 1.5em;">Hello World for RequireJS</h1>
2121
* To use the library, you need to first specify a license key using the API "license" as shown below.
2222
*/
2323

24-
BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
24+
BarcodeReader.organizationID = "200000";
25+
BarcodeReader.handshakeCode = "200000-dbr_js_samples";
2526

2627
/**
2728
* 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.

1.hello-world/12.read-video-es6.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ <h1 style="font-size: 1.5em;">Hello World for ES6</h1>
1818
* To use the library, you need to first specify a license key using the API "license" as shown below.
1919
*/
2020

21-
BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
21+
BarcodeReader.organizationID = "200000";
22+
BarcodeReader.handshakeCode = "200000-dbr_js_samples";
2223

2324
/**
2425
* 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.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ <h1 style="font-size: 1.5em;">Read Barcode from Images</h1>
3535
* To use the library, you need to first specify a license key using the API "license" as shown below.
3636
*/
3737

38-
Dynamsoft.DBR.BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
38+
Dynamsoft.DBR.BarcodeReader.organizationID = "200000";
39+
Dynamsoft.DBR.BarcodeReader.handshakeCode = "200000-dbr_js_samples";
3940

4041
/**
4142
* 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.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ import { BarcodeReader } from "dynamsoft-javascript-barcode";
44
* To use the library, you need to first specify a license key using the API "license" as shown below.
55
*/
66

7-
<<<<<<< HEAD
87
BarcodeReader.organizationID = "200000";
98
BarcodeReader.handshakeCode = "200000-dbr_js_samples";
10-
=======
11-
BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
12-
>>>>>>> _dev
139

1410
/**
1511
* 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.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ import { BarcodeReader } from "dynamsoft-javascript-barcode";
44
* To use the library, you need to first specify a license key using the API "license" as shown below.
55
*/
66

7-
<<<<<<< HEAD
87
BarcodeReader.organizationID = "200000";
98
BarcodeReader.handshakeCode = "200000-dbr_js_samples";
10-
=======
11-
BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
12-
>>>>>>> _dev
139

1410
/**
1511
* 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.

1.hello-world/6.read-video-vue3/src/dbr.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ import { BarcodeReader } from "dynamsoft-javascript-barcode";
44
* To use the library, you need to first specify a license key using the API "license" as shown below.
55
*/
66

7-
<<<<<<< HEAD
87
BarcodeReader.organizationID = "200000";
98
BarcodeReader.handshakeCode = "200000-dbr_js_samples";
10-
=======
11-
BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
12-
>>>>>>> _dev
139

1410
/**
1511
* 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.

1.hello-world/7.read-video-nextjs/dbr.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ import { BarcodeReader } from "dynamsoft-javascript-barcode";
44
* To use the library, you need to first specify a license key using the API "license" as shown below.
55
*/
66

7-
<<<<<<< HEAD
87
BarcodeReader.organizationID = "200000";
98
BarcodeReader.handshakeCode = "200000-dbr_js_samples";
10-
=======
11-
BarcodeReader.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
12-
>>>>>>> _dev
139

1410
/**
1511
* 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.

0 commit comments

Comments
 (0)