This directory contains Svelte examples demonstrating how to use the Dynamsoft Barcode Reader in Svelte applications.
Included examples
- scan-using-foundational-api/ — Svelte + Vite example using foundational API.
- scan-using-rtu-api/ — RTU API Svelte example.
-
Change to a subexample directory, e.g.:
cd scan-using-foundational-api -
Follow the subexample README for exact steps (typically: npm install && npm run dev).
- Run via Vite or the framework dev server; opening files directly may break functionality.
- See the repository root README.md for general usage and license information.