Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Aug 5, 2024
1 parent 8767982 commit 7d1f5e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,14 @@ This project demonstrates how to utilize the Dynamsoft Capture Vision SDK for de
[Try the Demo](https://yushulx.me/angular-barcode-qr-code-scanner/)


## Usage
1. **Set the License Key**: Update the `products.ts` file with your license key.

```typescript
LicenseManager.initLicense('LICENSE-KEY', true);
```

2. **Install dependencies**:
## Usage
1. **Install dependencies**:

```bash
npm install
```

3. **Run the Application**:
2. **Run the Application**:

```bash
ng serve --ssl
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.2"
}
}
}

0 comments on commit 7d1f5e7

Please sign in to comment.