File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
programming/javascript/user-guide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ The simplest way to add the SDK is to use a CDN such as [jsDelivr](https://jsdel
66
66
<script src =" https://unpkg.com/dynamsoft-camera-enhancer@4.1.0/dist/dce.js" ></script >
67
67
```
68
68
69
- > In some rare cases, you might not be able to access the CDN. If this happens, you can use
69
+ <!-- > In some rare cases, you might not be able to access the CDN. If this happens, you can use
70
70
>- [https://download2.dynamsoft.com/packages/dynamsoft-core@3.4.20/dist/core.js](https://download2.dynamsoft.com/packages/dynamsoft-core@3.2.10/dist/core.js)
71
71
>- [https://download2.dynamsoft.com/packages/dynamsoft-license@3.4.21/dist/license.js](https://download2.dynamsoft.com/packages/dynamsoft-license@3.2.10/dist/license.js)
72
- > - [ https://download2.dynamsoft.com/packages/dynamsoft-camera-enhancer@4.1.0/dist/dce.js ] ( https://download2.dynamsoft.com/packages/dynamsoft-camera-enhancer@4.0.2/dist/dce.js )
72
+ >- [https://download2.dynamsoft.com/packages/dynamsoft-camera-enhancer@4.1.0/dist/dce.js](https://download2.dynamsoft.com/packages/dynamsoft-camera-enhancer@4.0.2/dist/dce.js) -->
73
73
74
74
### Host the SDK yourself
75
75
You can’t perform that action at this time.
0 commit comments