Skip to content

Commit 789b9dc

Browse files
Merge pull request #294 from Dynamsoft/main
sync form main branch
2 parents fa14ec8 + 6b679fa commit 789b9dc

54 files changed

Lines changed: 32 additions & 1552 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

frameworks/blazor/hello-world-blazor/BlazorApp/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
3636
*/
3737

38-
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", { executeNow: true });
38+
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
3939

4040
/**
4141
* 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.

frameworks/electron/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ Dynamsoft.Core.CoreModule.engineResourcePaths = {
150150
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
151151
*/
152152

153-
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", {
154-
executeNow: true,
155-
});
153+
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
156154

157155
/**
158156
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.

frameworks/es6/scan-using-foundational-api/README.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

frameworks/es6/scan-using-rtu-api/README.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

frameworks/native-ts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CoreModule.engineResourcePaths.rootDirectory = "https://cdn.jsdelivr.net/npm/";
77
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
88
*/
99

10-
LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", { executeNow: true });
10+
LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
1111

1212
/**
1313
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.

frameworks/next/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ CoreModule.engineResourcePaths.rootDirectory = "https://cdn.jsdelivr.net/npm/";
7979
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
8080
*/
8181

82-
LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", {
83-
executeNow: true,
84-
});
82+
LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
8583

8684
/**
8785
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.

frameworks/next/scan-using-rtu-api/.eslintrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

frameworks/next/scan-using-rtu-api/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)