https://github.com/dynamsoft/web-twain-angular-cli-application
https://github.com/dynamsoft/web-twain-angular-cli-application
angular javascript typescript web-twain
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dynamsoft/web-twain-angular-cli-application
- Owner: Dynamsoft
- Created: 2017-05-11T07:20:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T07:14:41.000Z (11 months ago)
- Last Synced: 2025-04-01T08:27:44.657Z (11 months ago)
- Topics: angular, javascript, typescript, web-twain
- Language: HTML
- Homepage:
- Size: 339 KB
- Stars: 11
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic Web TWAIN Angular Cli Application
This project demonstrates how to build an Angular scanning project with [Dynamsoft Web TWAIN SDK](https://www.dynamsoft.com/web-twain/overview/).
## Usage
Environment: Node.js version - 22.14.0, Angular version - v19.2.1
1. Apply for a [30-day free trial license](https://www.dynamsoft.com/customer/license/trialLicense?product=dwt) of Dynamic Web TWAIN.
2. Update the license key in `src\app\dwt\dwt.component.ts` file:
```
Dynamsoft.DWT.ProductKey = "LICENSE-KEY";
```
3. Install the dependencies:
```
npm install --force
```
4. Run the Angular application as follows:
```
ng serve
```
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.