You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -184,7 +184,7 @@ Besides using the CDN, you can also download the SDK and host its files on your
184
184
- npm
185
185
186
186
```cmd
187
-
npm i dynamsoft-capture-vision-bundle@2.4.2000 -E
187
+
npm i dynamsoft-capture-vision-bundle@2.4.2100 -E
188
188
# Compared with using CDN, you need to set up more resources.
189
189
npm i dynamsoft-capture-vision-std@1.4.10 -E
190
190
npm i dynamsoft-image-processing@2.4.20 -E
@@ -207,16 +207,8 @@ This is usually only required with frameworks like Angular or React, etc. where
207
207
The purpose is to tell the SDK where to find the engine files (\*.worker.js, \*.wasm.js and \*.wasm, etc.). The API is called `Dynamsoft.Core.CoreModule.engineResourcePaths`:
208
208
209
209
```javascript
210
-
//The following code uses the jsDelivr CDN, feel free to change it to your own location of these files
0 commit comments