barcode-event
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Barcode Event

Barcode Event is an event-driven, framework-agnostic library capturing barcode input as simulated keystrokes, TypeScript supported

To build Barcode Event

npm i
npm run-script build

To start using Barcode Event

Simply place the .js script just built to the HTML <head> tag, check out examples

Prerequisites

  • Occupied window.barcodeEvent

Event name

barcodeEvent.ON_BARCODE_SCANNED

To listen the barcode-scanned event in a React component

componentDidMount() {
    window.addEventListener(barcodeEvent.ON_BARCODE_SCANNED, e => {
        // the barcode in in e.detail, do anything you want.
    });
}

Finally

Please help if you find bugs or want to test it, thanks!

Readme

Keywords

Package Sidebar

Install

npm i barcode-event

Weekly Downloads

2

Version

1.0.1

License

none

Unpacked Size

8.96 kB

Total Files

10

Last publish

Collaborators

  • dirkarnez