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

    Type Alias SelectedImage

    type SelectedImage = {
        angle: number;
        coordinates_image_size: string;
        geometry: string;
        imgid: string;
        normalize: string | boolean | null;
        rev: string;
        sizes: {
            "100": ImageSize;
            "200": ImageSize;
            "400": ImageSize;
            full: ImageSize;
        };
        white_magic: string
        | boolean
        | null;
        x1: string;
        x2: string;
        y1: string;
        y2: string;
    }
    Index

    Properties

    angle: number
    coordinates_image_size: string
    geometry: string
    imgid: string
    normalize: string | boolean | null
    rev: string
    sizes: { "100": ImageSize; "200": ImageSize; "400": ImageSize; full: ImageSize }
    white_magic: string | boolean | null
    x1: string
    x2: string
    y1: string
    y2: string