Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

Dynamsoft/barcode-reader-javascript-demo

Repository files navigation

This repository contains the source code for the demo of Dynamsoft Barcode Reader JavaScript Edition (DBRJS). You can try the demo from this link:https://demo.dynamsoft.com/barcode-reader-js/.

NOTE

A big part of the source code is dedicated to making a better UI or creating better user experience for demoing purposes, which might be distracting if you intend to learn about the SDK and its basic usage.

We recommend that you instead try the samples in the DBRJS samples repositoryhttps://github.com/Dynamsoft/barcode-reader-javascript-samples.

The demo itself is based on Vue, you can find a simple Vue sample athttps://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/vue

If you would like to get this demo project running, you can follow the steps below:

Try the project

  1. Set up

    npm install

    or

    yarn install
  2. Add license

    If you don't have a license yet, you can skip this step. You will still be able to test the demo for up to 24 hours.

    Open "src/dbr.js" and input your license key in this line:

    LicenseManager.initLicense("YOUR-LICENSE-KEY");
  3. Run

    For development:

    npm run dev

    or

    yarn dev

    For production:

    npm run build

    or

    yarn build

Contact Us

If you have any questions with these samples, feel free to submit an issue orcontact us.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors7

Languages


[8]ページ先頭

©2009-2025 Movatter.jp