Skip to content

Commit 647797f

Browse files
update to internal commit 7b543335
1 parent 9ac7254 commit 647797f

File tree

1 file changed

+0
-3
lines changed
  • programming/javascript/user-guide

1 file changed

+0
-3
lines changed

programming/javascript/user-guide/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ Options to download the SDK:
294294
yarn add [email protected] --save
295295
yarn add [email protected] --save
296296
yarn add [email protected] --save
297-
yarn add [email protected] --save
298297
```
299298
300299
- npm
@@ -308,7 +307,6 @@ Options to download the SDK:
308307
npm install [email protected] --save
309308
npm install [email protected] --save
310309
npm install [email protected] --save
311-
npm install [email protected] --save
312310
```
313311
314312
Depending on how you downloaded the SDK and how you intend to use it, you can typically include it like this
@@ -396,7 +394,6 @@ Object.assign(Dynamsoft.Core.CoreModule.engineResourcePaths, {
396394
cvr: "https://cdn.jsdelivr.net/npm/[email protected]/dist/",
397395
dbr: "https://cdn.jsdelivr.net/npm/[email protected]/dist/",
398396
dce: "https://cdn.jsdelivr.net/npm/[email protected]/dist/"
399-
dnn: "https://cdn.jsdelivr.net/npm/[email protected]/dist/";
400397
});
401398
```
402399

0 commit comments

Comments
 (0)