Skip to content

Commit

Permalink
Merge pull request #150 from Dynamsoft/Tom-Dynamsoft-patch-2
Browse files Browse the repository at this point in the history
focus more on dbr.bundle.js
  • Loading branch information
Tom-Dynamsoft authored May 31, 2024
2 parents b37fbb8 + 09302b7 commit f8b19e5
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,26 +203,14 @@ If the test doesn't go as expected, you can [contact us](https://www.dynamsoft.c
To utilize the SDK, the initial step involves including the corresponding resource files:
* `core.js` encompasses common classes, interfaces, and enumerations that are shared across all Dynamsoft SDKs.
* `core.js` encompasses common classes, interfaces, and enumerations shared across all Dynamsoft SDKs.
* `license.js` introduces the `LicenseManager` class, which manages the licensing for all Dynamsoft SDKs.
* `utility.js` encompasses auxiliary classes that are shared among all Dynamsoft SDKs.
* `dbr.js` defines interfaces and enumerations specifically tailored to the barcode reader module.
* `utility.js` encompasses auxiliary classes shared among all Dynamsoft SDKs.
* `dbr.js` defines interfaces and enumerations tailored to the barcode reader module.
* `cvr.js` introduces the `CaptureVisionRouter` class, which governs the entire image processing workflow.
* `dce.js` comprises classes that offer camera support and basic user interface functionalities.
For simplification, starting from version 10.0.21, we introduced `dbr.bundle.js`. Including this file is equivalent to incorporating all six packages.
* [email protected]/dist/core.js
* [email protected]/dist/license.js
* [email protected]/dist/utility.js
* [email protected]/dist/dbr.js
* [email protected]/dist/cvr.js
* [email protected]/dist/dce.js
Equivalent to
* [email protected]/dist/dbr.bundle.js
In the following chapters, we will use `dbr.bundle.js`.
To simplify things, starting from version 10.0.21, we introduced `dbr.bundle.js`, which combines all six of the above files. In the following chapters, we will use `dbr.bundle.js`.
#### Use a public CDN
Expand Down

0 comments on commit f8b19e5

Please sign in to comment.