Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.