An open API service indexing awesome lists of open source software.

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

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.