Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.