Skip to content

Commit f8b19e5

Browse files
Merge pull request #150 from Dynamsoft/Tom-Dynamsoft-patch-2
focus more on dbr.bundle.js
2 parents b37fbb8 + 09302b7 commit f8b19e5

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -203,26 +203,14 @@ If the test doesn't go as expected, you can [contact us](https://www.dynamsoft.c
203203
204204
To utilize the SDK, the initial step involves including the corresponding resource files:
205205
206-
* `core.js` encompasses common classes, interfaces, and enumerations that are shared across all Dynamsoft SDKs.
206+
* `core.js` encompasses common classes, interfaces, and enumerations shared across all Dynamsoft SDKs.
207207
* `license.js` introduces the `LicenseManager` class, which manages the licensing for all Dynamsoft SDKs.
208-
* `utility.js` encompasses auxiliary classes that are shared among all Dynamsoft SDKs.
209-
* `dbr.js` defines interfaces and enumerations specifically tailored to the barcode reader module.
208+
* `utility.js` encompasses auxiliary classes shared among all Dynamsoft SDKs.
209+
* `dbr.js` defines interfaces and enumerations tailored to the barcode reader module.
210210
* `cvr.js` introduces the `CaptureVisionRouter` class, which governs the entire image processing workflow.
211211
* `dce.js` comprises classes that offer camera support and basic user interface functionalities.
212212
213-
For simplification, starting from version 10.0.21, we introduced `dbr.bundle.js`. Including this file is equivalent to incorporating all six packages.
214-
215-
* [email protected]/dist/core.js
216-
* [email protected]/dist/license.js
217-
* [email protected]/dist/utility.js
218-
* [email protected]/dist/dbr.js
219-
* [email protected]/dist/cvr.js
220-
* [email protected]/dist/dce.js
221-
222-
Equivalent to
223-
* [email protected]/dist/dbr.bundle.js
224-
225-
In the following chapters, we will use `dbr.bundle.js`.
213+
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`.
226214
227215
#### Use a public CDN
228216

0 commit comments

Comments
 (0)