File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -27,20 +27,14 @@ This project demonstrates how to utilize the Dynamsoft Capture Vision SDK for de
27
27
[Try the Demo](https://yushulx.me/angular-barcode-qr-code-scanner/)
28
28
29
29
30
- # # Usage
31
- 1. ** Set the License Key** : Update the ` products.ts` file with your license key.
32
-
33
- ` ` ` typescript
34
- LicenseManager.initLicense(' LICENSE-KEY' , true);
35
- ` ` `
36
-
37
- 2. ** Install dependencies** :
30
+ # # Usage
31
+ 1. ** Install dependencies** :
38
32
39
33
` ` ` bash
40
34
npm install
41
35
` ` `
42
36
43
- 3 . ** Run the Application** :
37
+ 2 . ** Run the Application** :
44
38
45
39
` ` ` bash
46
40
ng serve --ssl
Original file line number Diff line number Diff line change 45
45
"karma-jasmine-html-reporter" : " ~1.7.0" ,
46
46
"typescript" : " ~4.6.2"
47
47
}
48
- }
48
+ }
You can’t perform that action at this time.
0 commit comments