Type Alias ImageInfoBeta

ImageInfo: {
    blurhash?: string;
    height: number;
    width: number;
}

Represents information about an image.

Type declaration

  • Optional Betablurhash?: string

    The blurhash of the image.

  • Betaheight: number

    The natural height of the image.

  • Betawidth: number

    The natural width of the image.