Sanity Library Reference Docs
    Preparing search index...

    Interface ImageMetadata

    interface ImageMetadata {
        _type: "sanity.imageMetadata";
        blurHash?: string;
        dimensions: ImageDimensions;
        hasAlpha: boolean;
        isOpaque: boolean;
        lqip?: string;
        palette?: ImagePalette;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    _type: "sanity.imageMetadata"
    blurHash?: string
    dimensions: ImageDimensions
    hasAlpha: boolean
    isOpaque: boolean
    lqip?: string
    palette?: ImagePalette