zxing-wasm
    Preparing search index...

    Variable MATRIX_BARCODE_FORMATSConst

    MATRIX_BARCODE_FORMATS: (
        | "PDF417"
        | "CompactPDF417"
        | "MicroPDF417"
        | "Aztec"
        | "AztecCode"
        | "AztecRune"
        | "QRCode"
        | "QRCodeModel1"
        | "QRCodeModel2"
        | "MicroQRCode"
        | "RMQRCode"
        | "DataMatrix"
        | "MaxiCode"
    )[] = ...

    Array of matrix (2D) barcode formats. Matrix barcodes encode data in two dimensions using patterns of squares, dots, or other shapes. Examples: QRCode, DataMatrix, PDF417, Aztec, MaxiCode, etc.