zxing-wasm
    Preparing search index...

    Variable BARCODE_META_FORMATSConst

    BARCODE_META_FORMATS: (
        | "All"
        | "AllReadable"
        | "AllCreatable"
        | "AllLinear"
        | "AllMatrix"
        | "AllGS1"
        | "AllRetail"
        | "AllIndustrial"
    )[] = ...

    Array of meta-formats that represent groups of barcode formats. Includes: "All", "AllReadable", "AllCreatable", "AllLinear", "AllMatrix", "AllGS1", "AllRetail", "AllIndustrial". These are not actual barcode formats but logical groupings for reader/writer configuration.