masto
    Preparing search index...

    Interface InstanceThumbnail

    interface InstanceThumbnail {
        blurhash: string;
        description: string;
        url: string;
        versions: InstanceThumbnailVersions;
    }
    Index
    blurhash: string

    A hash computed by the BlurHash algorithm, for generating colorful preview thumbnails when media has not been downloaded yet.

    description: string

    The thumbnail’s alt text (a description of the image to help people with visual impairments understand its content).

    url: string

    The URL for the thumbnail image.

    Links to scaled resolution images, for high DPI screens.