Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.