File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
programming/javascript/user-guide Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ The simplest way to include the SDK is to use a CDN such as [jsDelivr](https://j
57
57
- jsDelivr
58
58
59
59
``` html
60
- <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.30/dist/js" ></script >
60
+ <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.30/dist/core. js" ></script >
61
61
<script src =" https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/license.js" ></script >
62
62
<script src =" https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/dce.js" ></script >
63
63
```
64
64
65
65
- UNPKG
66
66
67
67
``` html
68
- <script src =" https://unpkg.com/dynamsoft-core@3.0.30/dist/js" ></script >
68
+ <script src =" https://unpkg.com/dynamsoft-core@3.0.30/dist/core. js" ></script >
69
69
<script src =" https://unpkg.com/dynamsoft-license@3.0.20/dist/license.js" ></script >
70
70
<script src =" https://unpkg.com/dynamsoft-camera-enhancer@4.0.1/dist/dce.js" ></script >
71
71
```
@@ -102,14 +102,14 @@ The following shows a few ways to download the SDK.
102
102
Depending on how you downloaded the SDK and where you put it. You can typically include it like this:
103
103
104
104
``` html
105
- <script src =" ./dynamsoft-camera-enhancer-js-4.0.1/dynamsoft/distributables/dynamsoft-core@3.0.30/dist/js" ></script >
105
+ <script src =" ./dynamsoft-camera-enhancer-js-4.0.1/dynamsoft/distributables/dynamsoft-core@3.0.30/dist/core. js" ></script >
106
106
<script src =" ./dynamsoft-camera-enhancer-js-4.0.1/dynamsoft/distributables/dynamsoft-camera-enhancer@4.0.1/dist/dce.js" ></script >
107
107
```
108
108
109
109
or
110
110
111
111
``` html
112
- <script src =" ./node_modules/dynamsoft-core/dist/js" ></script >
112
+ <script src =" ./node_modules/dynamsoft-core/dist/core. js" ></script >
113
113
<script src =" ./node_modules/dynamsoft-camera-enhancer/dist/dce.js" ></script >
114
114
```
115
115
Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ The simplest way to include the SDK is to use a CDN such as [jsDelivr](https://j
56
56
- jsDelivr
57
57
58
58
``` html
59
- <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-core@3.2.10/dist/js" ></script >
59
+ <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-core@3.2.10/dist/core. js" ></script >
60
60
<script src =" https://cdn.jsdelivr.net/npm/dynamsoft-license@3.2.10/dist/license.js" ></script >
61
61
<script src =" https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.2/dist/dce.js" ></script >
62
62
```
63
63
64
64
- UNPKG
65
65
66
66
``` html
67
- <script src =" https://unpkg.com/dynamsoft-core@3.2.10/dist/js" ></script >
67
+ <script src =" https://unpkg.com/dynamsoft-core@3.2.10/dist/core. js" ></script >
68
68
<script src =" https://unpkg.com/dynamsoft-license@3.2.10/dist/license.js" ></script >
69
69
<script src =" https://unpkg.com/dynamsoft-camera-enhancer@4.0.2/dist/dce.js" ></script >
70
70
```
@@ -101,14 +101,14 @@ The following shows a few ways to download the SDK.
101
101
Depending on how you downloaded the SDK and where you put it. You can typically include it like this:
102
102
103
103
``` html
104
- <script src =" ./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-core@3.2.10/dist/js" ></script >
104
+ <script src =" ./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-core@3.2.10/dist/core. js" ></script >
105
105
<script src =" ./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-camera-enhancer@4.0.2/dist/dce.js" ></script >
106
106
```
107
107
108
108
or
109
109
110
110
``` html
111
- <script src =" ./node_modules/dynamsoft-core/dist/js" ></script >
111
+ <script src =" ./node_modules/dynamsoft-core/dist/core. js" ></script >
112
112
<script src =" ./node_modules/dynamsoft-camera-enhancer/dist/dce.js" ></script >
113
113
```
114
114
You can’t perform that action at this time.
0 commit comments