Skip to content

Commit 6ae2bf8

Browse files
committed
update
1 parent 18115a4 commit 6ae2bf8

19 files changed

Lines changed: 264 additions & 177 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 style="font-size: 1.5em;">Hello World for PWA</h1>
2424
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.6.31/dist/dbr.js"></script>
2525
<script>
2626
if(location.protocol === "file:") {
27-
const message = `The page is opened via file:// and some SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
27+
const message = `The page is opened via file:// and our SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
2828
console.warn(message);
2929
alert(message);
3030
}

hello-world/angular/src/cvr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CaptureVisionRouter.engineResourcePath =
77
'https://npm.scannerproxy.com/cdn/@dynamsoft/dynamsoft-capture-vision-router@2.0.20-dev-20231027145739/dist/';
88

99
/** LICENSE ALERT - README
10-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
10+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
1111
*/
1212

1313
LicenseManager.initLicense(

hello-world/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Create the page to be loaded in the created window.
106106

107107
```javascript
108108
/** LICENSE ALERT - README
109-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
109+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
110110
*/
111111

112112
Dynamsoft.License.LicenseManager.initLicense(

hello-world/electron/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** LICENSE ALERT - README
2-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
2+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
33
*/
44

55
Dynamsoft.License.LicenseManager.initLicense(

hello-world/es6.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>Hello World for ES6 (Decode via Camera)</h1>
2222
<div id="div-ui-container" style="width: 100%; height: 80vh"></div>
2323
<script>
2424
if (location.protocol === "file:") {
25-
const message = `The page is opened via file:// and some SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
25+
const message = `The page is opened via file:// and our SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
2626
console.warn(message);
2727
alert(message);
2828
}
@@ -56,7 +56,7 @@ <h1>Hello World for ES6 (Decode via Camera)</h1>
5656
} from "@dynamsoft/dynamsoft-camera-enhancer";
5757

5858
/** LICENSE ALERT - README
59-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
59+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
6060
*/
6161

6262
LicenseManager.initLicense(

hello-world/hello-world.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ <h1>Hello World (Decode via Camera)</h1>
2727
<div id="div-ui-container" style="width: 100%; height: 80vh"></div>
2828
<script>
2929
if (location.protocol === "file:") {
30-
const message = `The page is opened via file:// and some SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
30+
const message = `The page is opened via file:// and our SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
3131
console.warn(message);
3232
alert(message);
3333
}
3434
</script>
3535
<script>
3636
/** LICENSE ALERT - README
37-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
37+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
3838
*/
3939

4040
Dynamsoft.License.LicenseManager.initLicense(

hello-world/next/cvr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CaptureVisionRouter.engineResourcePath =
77
'https://npm.scannerproxy.com/cdn/@dynamsoft/dynamsoft-capture-vision-router@2.0.20-dev-20231027145739/dist/';
88

99
/** LICENSE ALERT - README
10-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
10+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
1111
*/
1212

1313
LicenseManager.initLicense(

hello-world/nuxt/cvr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CaptureVisionRouter.engineResourcePath =
77
'https://npm.scannerproxy.com/cdn/@dynamsoft/dynamsoft-capture-vision-router@2.0.20-dev-20231027145739/dist/';
88

99
/** LICENSE ALERT - README
10-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
10+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
1111
*/
1212

1313
LicenseManager.initLicense(

hello-world/pwa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ First, create a file with the name "helloworld-pwa.html" and fill it with the fo
2828
<div id="div-ui-container" style="width: 100%; height: 80vh"></div>
2929
<script>
3030
if (location.protocol === "file:") {
31-
const message = `The page is opened via file:// and some SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
31+
const message = `The page is opened via file:// and our SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
3232
console.warn(message);
3333
alert(message);
3434
}
3535
</script>
3636
<script>
3737
/** LICENSE ALERT - README
38-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
38+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
3939
*/
4040
4141
Dynamsoft.License.LicenseManager.initLicense(

hello-world/pwa/helloworld-pwa.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ <h1>Hello World for PWA</h1>
4343
<div id="div-ui-container" style="width: 100%; height: 80vh"></div>
4444
<script>
4545
if (location.protocol === "file:") {
46-
const message = `The page is opened via file:// and some SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
46+
const message = `The page is opened via file:// and our SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;
4747
console.warn(message);
4848
alert(message);
4949
}
5050
</script>
5151
<script>
5252
/** LICENSE ALERT - README
53-
* To use the library, you need to first specify a license key using the API "initLicense" as shown below.
53+
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
5454
*/
5555

5656
Dynamsoft.License.LicenseManager.initLicense(

0 commit comments

Comments
 (0)