Skip to content

Commit 4f4a647

Browse files
committed
Revert "Merge branch 'demo' into _dev"
This reverts commit 955c2f0, reversing changes made to b16c6fe.
1 parent 955c2f0 commit 4f4a647

31 files changed

+36
-26
lines changed

.gitignore

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

46
# local env files
57
.env.local

hello-world/angular/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

33
# Compiled output
4+
/dist
45
/tmp
56
/out-tsc
67
/bazel-out

hello-world/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import 'dynamsoft-barcode-reader';
4545
*/
4646

4747
LicenseManager.initLicense(
48-
'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ=='
48+
'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9'
4949
);
5050

5151
/**

hello-world/angular/src/cvr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'dynamsoft-barcode-reader';
77
*/
88

99
LicenseManager.initLicense(
10-
'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ=='
10+
'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9'
1111
);
1212

1313
/**

hello-world/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Create the page to be loaded in the created window.
119119
*/
120120

121121
Dynamsoft.License.LicenseManager.initLicense(
122-
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ=="
122+
"DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"
123123
);
124124

125125
/**

hello-world/electron/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
Dynamsoft.License.LicenseManager.initLicense(
6-
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ=="
6+
"DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"
77
);
88

99
/**

hello-world/es6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1>Hello World for ES6 (Decode via Camera)</h1>
6161
*/
6262

6363
LicenseManager.initLicense(
64-
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ=="
64+
"DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"
6565
);
6666

6767
/**

hello-world/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1>Hello World (Decode via Camera)</h1>
4242
*/
4343

4444
Dynamsoft.License.LicenseManager.initLicense(
45-
"DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ=="
45+
"DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"
4646
);
4747

4848
/**

hello-world/next/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import 'dynamsoft-barcode-reader';
4343
*/
4444

4545
LicenseManager.initLicense(
46-
'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ=='
46+
'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9'
4747
);
4848

4949
/**

hello-world/next/cvr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'dynamsoft-barcode-reader';
77
*/
88

99
LicenseManager.initLicense(
10-
'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAwLWRicl9qc19zYW1wbGVzIiwib3JnYW5pemF0aW9uSUQiOiIyMDAwMDAifQ=='
10+
'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9'
1111
);
1212

1313
/**

0 commit comments

Comments
 (0)