@innotec/ngx-scanner

High-performance Angular 2+ barcode scanner

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@innotec/ngx-scanner
2.0.05 years ago6 years agoMinified + gzip package size for @innotec/ngx-scanner in KB

Readme

@innotec/ngx-scanner
Angular scanner component to scan different barcode-types. This repo is a clone of zxing-js/ngx-scanner. Thank you very much for this great repo.

Features & Hints

  • Supports continuous scanning.
  • Supports iOS 11+.
  • There's a configurable delay of 1500ms after each successful scan.
  • Nice devs behind it. 🤓

Check the Limitations section above.

How To

I
promise that it's very easy to use:
<!-- some.component.html -->
<zxing-scanner></zxing-scanner>

API

formats (@Input) separated with comma

Follow formats are possible:
  • QRCODE (Default): QR Code 2D barcode format.
  • AZTEC: Aztec 2D barcode format.
  • CODABAR: CODABAR 1D format.
  • CODE
39: Code 39 1D format.
  • CODE93: Code 93 1D format.
  • CODE128: Code 128 1D format.
  • DATAMATRIX: Data Matrix 2D barcode format.
  • EAN8: EAN-8 1D format.
  • EAN13: EAN-13 1D format.
  • ITF: ITF (Interleaved Two of Five) 1D format.
  • MAXICODE: MaxiCode 2D barcode format.
  • PDF417: PDF417 format.
  • RSS14: RSS 14
  • RSSEXPANDED: RSS EXPANDED
  • UPCA: UPC-A 1D format
  • UPCE: UPC-E 1D format
  • UPCEANEXTENSION: UPC/EAN extension format. Not a stand-alone format.