This directory contains Blazor examples demonstrating how to integrate the Dynamsoft Barcode Reader (JavaScript edition) into Blazor apps.
Included examples
- scan-using-foundational-api/ — Blazor example with JS interop for video/image decoding.
- scan-using-rtu-api/ — RTU API demo for Blazor.
-
Change to a subexample directory, e.g.:
cd scan-using-foundational-api -
Follow the subexample README for exact steps (may require dotnet/SDK commands or npm for static assets).
- Some examples use JS interop; run the app via dotnet or the provided launch configuration.
- See the repository root README.md for general usage and license information.