Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Electron samples

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.

Quick start

  1. Change to a subexample directory, e.g.:

    cd scan-using-foundational-api
  2. Follow the subexample README for exact steps (typically: npm install && npm run start or npm run electron).

Notes

  • 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.