@vicinae/api
    Preparing search index...

    Type Alias Image

    Representation of an image, renderable everywhere Vicine expects them.

    type Image = {
        fallback?: Fallback | null;
        mask?: Mask | null;
        source: Source;
        tintColor?: ColorLike | null;
    }
    Index

    Properties

    fallback?: Fallback | null
    mask?: Mask | null
    source: Source
    tintColor?: ColorLike | null