This directory contains React-based examples demonstrating how to use the Dynamsoft Barcode Reader (JavaScript edition) in React projects.
Included examples
scan-using-foundational-api/— React + TypeScript example using the foundational API.scan-using-rtu-api/— React example using the RTU API.
-
Change to a subexample directory, e.g.:
cd scan-using-foundational-api -
Follow the subexample README for exact steps (typically:
npm install&&npm run devornpm run start).
- Run examples via the framework dev server. Opening files directly may break module loading or camera access.
- See the repository root
README.mdfor general usage and license information.