Skip to content

Commit a186292

Browse files
update to internal commit d7c7df17
1 parent 3bdb83d commit a186292

File tree

3 files changed

+4
-160
lines changed

3 files changed

+4
-160
lines changed

programming/javascript/release-notes/index.md

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

programming/javascript/release-notes/javascript-2.md

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

programming/javascript/user-guide/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following sample code sets up the SDK and implements boundary detection on a
5555

5656
<head>
5757
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
58-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-bundle@2.4.2100/dist/dcv.bundle.js"></script>
58+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-bundle@2.4.2200/dist/dcv.bundle.js"></script>
5959
</head>
6060

6161
<body>
@@ -168,13 +168,13 @@ The simplest way to include the SDK is to use either the [jsDelivr](https://jsde
168168
- jsDelivr
169169

170170
```html
171-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-bundle@2.4.2100/dist/dcv.bundle.js"></script>
171+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-bundle@2.4.2200/dist/dcv.bundle.js"></script>
172172
```
173173

174174
- UNPKG
175175

176176
```html
177-
<script src="https://unpkg.com/dynamsoft-capture-vision-bundle@2.4.2100/dist/dcv.bundle.js"></script>
177+
<script src="https://unpkg.com/dynamsoft-capture-vision-bundle@2.4.2200/dist/dcv.bundle.js"></script>
178178
```
179179

180180
#### Host the SDK yourself
@@ -184,7 +184,7 @@ Besides using the CDN, you can also download the SDK and host its files on your
184184
- npm
185185

186186
```cmd
187-
npm i dynamsoft-capture-vision-bundle@2.4.2100 -E
187+
npm i dynamsoft-capture-vision-bundle@2.4.2200 -E
188188
# Compared with using CDN, you need to set up more resources.
189189
npm i dynamsoft-capture-vision-std@1.4.10 -E
190190
npm i dynamsoft-image-processing@2.4.20 -E

0 commit comments

Comments
 (0)