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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -172,16 +172,16 @@ Options to download the SDK:
172
172
173
173
<atarget="_blank"href="https://www.dynamsoft.com/barcode-reader/downloads/?ver=9.6.42&utm_source=github"title="Download the JavaScript Package">Download the JavaScript Package</a>
174
174
175
-
-yarn
175
+
-npm
176
176
177
177
```cmd
178
-
yarn add dynamsoft-javascript-barcode
178
+
npm i dynamsoft-javascript-barcode -E
179
179
```
180
180
181
-
-npm
181
+
-yarn
182
182
183
183
```cmd
184
-
npm install dynamsoft-javascript-barcode --save
184
+
yarn add dynamsoft-javascript-barcode -E
185
185
```
186
186
187
187
Depending on how you downloaded the SDK and how you intend to use it, you can typically include it like this:
0 commit comments