File tree Expand file tree Collapse file tree
barcode-reader/web/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,36 +18,36 @@ You can obtain a copy of the DBR JS deployable files using one of the following
1818
1919## 2. Install the library via ` npm `
2020
21- ### For Version 10 and Above
22- Use the command:
23- ``` bash
21+ ### For Version 10 and Above
22+ Use the command:
23+ ``` bash
2424 npm i dynamsoft-barcode-reader-bundle@{version-number} -E
25- ```
26- Please replace "{version-number}" with the exact version you are currently using. For example:
27- ``` bash
25+ ```
26+ Please replace "{version-number}" with the exact version you are currently using. For example:
27+ ``` bash
2828 npm i dynamsoft-barcode-reader-bundle@11.4.2001 -E
29- ```
29+ ```
3030
31- ### For Version 9
32- Use the command:
33- ``` bash
31+ ### For Version 9
32+ Use the command:
33+ ``` bash
3434 npm install dynamsoft-javascript-barcode --save
35- ```
35+ ```
3636
3737## 3. Install the library via ` yarn `
3838
39- ### For Version 10 and Above
40- Use the command:
41- ``` bash
39+ ### For Version 10 and Above
40+ Use the command:
41+ ``` bash
4242 yarn add dynamsoft-barcode-reader-bundle@{version-number} -E
43- ```
43+ ```
4444
45- For example:
46- ``` bash
45+ For example:
46+ ``` bash
4747 yarn add dynamsoft-barcode-reader-bundle@11.4.2001 -E
48- ```
48+ ```
4949
50- ### For Version 9
51- ``` bash
50+ ### For Version 9
51+ ``` bash
5252 yarn add dynamsoft-javascript-barcode
53- ```
53+ ```
You can’t perform that action at this time.
0 commit comments