Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions programming/javascript/user-guide/mrz-scanner-v2.2.3000.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ npm i [email protected] -E
npm i [email protected] -E
npm i [email protected] -E
npm i [email protected] -E
npm i [email protected] -E
```

The resources are located at the path node_modules/<pkg>, without @<version>, so the script in your page would be like:
Expand Down
1 change: 1 addition & 0 deletions programming/javascript/user-guide/mrz-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ npm i [email protected] -E
npm i [email protected] -E
npm i [email protected] -E
npm i [email protected] -E
npm i [email protected] -E
```

The resources are located at the path `node_modules/<pkg>`, without `@<version>`. You must copy "dynamsoft-xxx" packages elsewhere and add `@<version>`. The `<version>` can be obtained from `package.json` of each package. You can typically include SDK like this:
Expand Down