@maschinenlesbar.org/lebensmittelwarnung-cli
    Preparing search index...

    Interface ParsedDescription

    The structured result of parsing one item's HTML <description>.

    interface ParsedDescription {
        fields: Record<string, string>;
        imageUrls: string[];
    }
    Index
    fields: Record<string, string>

    Every <b>Label:</b> value pair, keyed by the (trailing-colon-stripped) label.

    imageUrls: string[]

    Every image URL from an <img src=…> in the description, in order.