@openfoodfacts/openfoodfacts-nodejs
    Preparing search index...

    Type Alias ImageSize

    type ImageSize = {
        h: number;
        w: number;
    }
    Index

    Properties

    h w

    Properties

    h: number
    w: number