Skip to content

Commit

Permalink
updated supported barcode formats
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed Oct 29, 2020
1 parent 0a12c9e commit b480c23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/zxing-scanner-demo/src/app/barcode-formats.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import { BarcodeFormat } from '@zxing/library';

export const formatsAvailable = [
BarcodeFormat.AZTEC,
BarcodeFormat.CODE_39,
BarcodeFormat.CODE_128,
BarcodeFormat.DATA_MATRIX,
BarcodeFormat.EAN_13,
BarcodeFormat.EAN_8,
BarcodeFormat.ITF,
BarcodeFormat.QR_CODE,
BarcodeFormat.PDF_417,
BarcodeFormat.RSS_14,
];

Expand Down

0 comments on commit b480c23

Please sign in to comment.