Skip to content

Dynamsoft-Nik/barcode-reader-javascript-samples

 
 

Repository files navigation

Dynamsoft Barcode Reader samples for the web

This repository contains multiple samples that demonstrates how to use the Dynamsoft Barcode Reader JavaScript Edition for creating web-based barcode scanning applications.

Request a trial license

A default license is included which allows you to test the sample apps for up to 24 hours. You can request a trial license via Dynamsoft customer portal to evaluate further.

Documentation

For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the documentation.

Support

If you have any questions, feel free to contact Dynamsoft support.

Sample list

Hello World

Get the basic features of the library working with plain/native JavaScript or within a framework like Angular, React or Vue, etc.

  • Hello World: Scan barcodes from video stream with minimum code in JavaScript.
  • Read an Existing Image: Decode barcodes from existing images that are stored locally, whether on mobile or desktop.
  • Hello World in Angular: Decode video stream in an Angular application from a USB-connected or built-in camera (mobile or desktop).
  • Hello World in React: Decode video stream in a React application from a USB-connected or built-in camera (mobile or desktop).
  • Hello World in Vue 2: Decode video stream in a Vue 2 application from a USB-connected or built-in camera (mobile or desktop).
  • Hello World in Vue 3: Decode video stream in a Vue 3 application from a USB-connected or built-in camera (mobile or desktop).
  • Hello World in Next.js: Decode video stream in a Next.js application from a USB-connected or built-in camera (mobile or desktop).
  • Hello World in Nuxt: Decode video stream in a Nuxt application from a USB-connected or built-in camera (mobile or desktop).
  • Hello World in Electron: Decode video stream in a Electron application from a USB-connected or built-in camera (desktop only).
  • Hello World in PWA: Decode video stream in a PWA application from a USB-connected or built-in camera (mobile or desktop).
  • Hello World with RequireJS: Decode video stream in an application using RequireJS from a USB-connected or built-in camera (mobile or desktop).
  • Hello World with ES6: Decode video stream in an application using ES6 from a USB-connected or built-in camera (mobile or desktop).

Customize Camera UI

Parameter Settings

How to configure different settings of the barcode scanning library.

Use Cases

Others

  • Debug: Collect the actual image frames for debugging purposes.

About

Samples for Dynamsoft Barcode Reader Javascript edition

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 69.1%
  • Vue 13.5%
  • TypeScript 7.1%
  • JavaScript 6.6%
  • CSS 3.7%