Skip to content

Commit 0adedf7

Browse files
Update table of contents and remove unnecessary installation instructions in Foundational API Guide
1 parent 05b062f commit 0adedf7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

programming/javascript/user-guide/foundational-api.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this guide, you will learn step by step on how to integrate the DBR-JS SDK in
3333

3434
<span style="font-size:20px">Table of Contents</span>
3535

36-
- [Barcode Reader for Your Website - User Guide](#barcode-reader-for-your-website---user-guide)
36+
- [Barcode Reader for Your Website - Foundational API Guide](#barcode-reader-for-your-website---foundational-api-guide)
3737
- [Hello World - Simplest Implementation](#hello-world---simplest-implementation)
3838
- [Understand the code](#understand-the-code)
3939
- [About the code](#about-the-code)
@@ -272,9 +272,6 @@ Besides using the public CDN, you can also download the SDK and host its files o
272272
273273
```sh
274274
npm i dynamsoft-barcode-reader-bundle@11.2.4000 -E
275-
# Compared with using CDN, you need to set up more resources.
276-
npm i dynamsoft-capture-vision-std@1.4.21 -E
277-
npm i dynamsoft-image-processing@2.4.31 -E
278275
```
279276
280277
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. Another thing to do is to [specify the engineResourcePaths](#2-optional-specify-the-location-of-the-engine-files) so that the SDK can correctly locate the resources.

0 commit comments

Comments
 (0)