@@ -203,26 +203,14 @@ If the test doesn't go as expected, you can [contact us](https://www.dynamsoft.c
203203
204204To 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- * dynamsoft-core@3.2.30/dist/core.js
216- * dynamsoft-license@3.2.21/dist/license.js
217- * dynamsoft-utility@1.2.20/dist/utility.js
218- * dynamsoft-barcode-reader@10.2.10/dist/dbr.js
219- * dynamsoft-capture-vision-router@2.2.30/dist/cvr.js
220- * dynamsoft-camera-enhancer@4.0.3/dist/dce.js
221-
222- Equivalent to
223- * dynamsoft-barcode-reader-bundle@10.2.1000/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