Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 588 Bytes

File metadata and controls

18 lines (11 loc) · 588 Bytes

RequireJS samples

This directory contains RequireJS examples demonstrating how to use the Dynamsoft Barcode Reader with AMD/RequireJS loading.

Included examples

  • scan-using-foundational-api/ — RequireJS demo page.
  • scan-using-rtu-api/ — RTU API demo page.

Quick start

  1. Serve the pages with a local static server and open the HTML page in your browser.
  2. e.g. python -m http.server or npx http-server

Notes

  • RequireJS pages must be served via HTTP; opening files directly may fail.
  • See the repository root README.md for general usage and license information.