This directory contains Electron examples demonstrating desktop apps using the Dynamsoft Barcode Reader (JavaScript edition).
Included examples
- scan-using-foundational-api/ — Electron demo using foundational API.
- scan-using-rtu-api/ — Electron demo using RTU API.
-
Change to a subexample directory, e.g.:
cd scan-using-foundational-api -
Follow the subexample README for exact steps (typically: npm install && npm run start or npm run electron).
- Desktop examples may require additional native build steps for packaging. Run via the provided dev command.
- See the repository root README.md for general usage and license information.