zxing-wasm
    Preparing search index...

    Variable BARCODE_SYMBOLOGIESConst

    BARCODE_SYMBOLOGIES: (
        | "Codabar"
        | "Code39"
        | "Code93"
        | "Code128"
        | "ITF"
        | "DataBar"
        | "EANUPC"
        | "OtherBarcode"
        | "PDF417"
        | "Aztec"
        | "QRCode"
        | "DataMatrix"
        | "MaxiCode"
    )[] = ...

    Array of barcode symbologies - the base formats from which variants derive. Examples: "EANUPC" (parent of EAN13, EAN8, UPCA, etc.), "QRCode" (parent of MicroQRCode, RMQRCode, etc.).