This repository was archived by the owner on Nov 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ The simplest way to include the SDK is to use a CDN such as [jsDelivr](https://j
45
45
- jsDelivr
46
46
47
47
``` html
48
- <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-core@3.2.10/dist/js" ></script >
48
+ <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-core@3.2.10/dist/core. js" ></script >
49
49
<script src =" https://cdn.jsdelivr.net/npm/dynamsoft-license@3.2.10/dist/license.js" ></script >
50
50
<script src =" https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.2/dist/dce.js" ></script >
51
51
```
52
52
53
53
- UNPKG
54
54
55
55
``` html
56
- <script src =" https://unpkg.com/dynamsoft-core@3.2.10/dist/js" ></script >
56
+ <script src =" https://unpkg.com/dynamsoft-core@3.2.10/dist/core. js" ></script >
57
57
<script src =" https://unpkg.com/dynamsoft-license@3.2.10/dist/license.js" ></script >
58
58
<script src =" https://unpkg.com/dynamsoft-camera-enhancer@4.0.2/dist/dce.js" ></script >
59
59
```
@@ -90,14 +90,14 @@ The following shows a few ways to download the SDK.
90
90
Depending on how you downloaded the SDK and where you put it. You can typically include it like this:
91
91
92
92
``` html
93
- <script src =" ./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-core@3.2.10/dist/js" ></script >
93
+ <script src =" ./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-core@3.2.10/dist/core. js" ></script >
94
94
<script src =" ./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-camera-enhancer@4.0.2/dist/dce.js" ></script >
95
95
```
96
96
97
97
or
98
98
99
99
``` html
100
- <script src =" ./node_modules/dynamsoft-core/dist/js" ></script >
100
+ <script src =" ./node_modules/dynamsoft-core/dist/core. js" ></script >
101
101
<script src =" ./node_modules/dynamsoft-camera-enhancer/dist/dce.js" ></script >
102
102
```
103
103
You can’t perform that action at this time.
0 commit comments