Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 728 Bytes

File metadata and controls

23 lines (14 loc) · 728 Bytes

Blazor samples

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.

Quick start

  1. Change to a subexample directory, e.g.:

    cd scan-using-foundational-api
  2. Follow the subexample README for exact steps (may require dotnet/SDK commands or npm for static assets).

Notes

  • 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.