This directory contains TypeScript-based native examples demonstrating how to use the Dynamsoft Barcode Reader in TypeScript projects.
Included examples
- scan-using-foundational-api/ — TypeScript example with build config.
- scan-using-rtu-api/ — RTU API example in TypeScript.
-
Change to a subexample directory, e.g.:
cd scan-using-foundational-api -
Follow the subexample README for build/run steps (typically: npm install && npm run build / npm run dev).
- Use the included build tooling (rollup/tsconfig) as described in each subexample.
- See the repository root README.md for general usage and license information.