Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 675 Bytes

File metadata and controls

23 lines (14 loc) · 675 Bytes

Svelte samples

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.

Quick start

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

    cd scan-using-foundational-api
  2. Follow the subexample README for exact steps (typically: npm install && npm run dev).

Notes

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