You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following chapters, we will use `dbr.bundle.js`.
226
+
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`.
238
227
239
228
#### Use a public CDN
240
229
@@ -260,6 +249,8 @@ The simplest way to include the SDK is to use either the [jsDelivr](https://jsde
260
249
261
250
However, please **DO NOT** use `download2.dynamsoft.com` resources in a production application as they are for temporary testing purposes only. Instead, you can try hosting the SDK yourself.
262
251
252
+
#### Use NPM
253
+
263
254
- In frameworks like React and Vue, you may want to add the package as a dependency.
264
255
265
256
```sh
@@ -268,7 +259,7 @@ The simplest way to include the SDK is to use either the [jsDelivr](https://jsde
0 commit comments