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.
- Serve the pages with a local static server and open the HTML page in your browser.
- e.g. python -m http.server or npx http-server
- RequireJS pages must be served via HTTP; opening files directly may fail.
- See the repository root README.md for general usage and license information.