Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 623 Bytes

File metadata and controls

23 lines (13 loc) · 623 Bytes

Next.js samples

This directory contains Next.js examples demonstrating how to integrate the Dynamsoft Barcode Reader into Next.js apps.

Included example

  • scan-using-foundational-api/ — Next.js example (Vite/Next dev server).

Quick start

  1. Change to the example 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 the framework dev server to ensure module loading and camera access work correctly.
  • See the repository root README.md for general usage and license information.