Skip to content

Commit da5372b

Browse files
committed
Update ways-to-copy-dbr-js-deployable-files.md
1 parent 1a6b72e commit da5372b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

barcode-reader/web/configuration/ways-to-copy-dbr-js-deployable-files.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,44 @@ You can obtain a copy of the DBR JS deployable files using one of the following
1919
## 2. Install the library via `npm`
2020

2121
**For Version 10 and Above**
22+
2223
Use the command:
24+
2325
```bash
2426
npm i dynamsoft-barcode-reader-bundle@{version-number} -E
2527
```
2628
Please replace "{version-number}" with the exact version you are currently using. For example:
29+
2730
```bash
2831
npm i dynamsoft-barcode-reader-bundle@11.4.2001 -E
2932
```
3033

3134
**For Version 9**
35+
3236
Use the command:
37+
3338
```bash
3439
npm install dynamsoft-javascript-barcode --save
3540
```
3641

3742
## 3. Install the library via `yarn`
3843

3944
**For Version 10 and Above**
45+
4046
Use the command:
47+
4148
```bash
4249
yarn add dynamsoft-barcode-reader-bundle@{version-number} -E
4350
```
4451

4552
For example:
53+
4654
```bash
4755
yarn add dynamsoft-barcode-reader-bundle@11.4.2001 -E
4856
```
4957

5058
**For Version 9**
59+
5160
```bash
5261
yarn add dynamsoft-javascript-barcode
5362
```

0 commit comments

Comments
 (0)