@playlive/tiltify-core
    Preparing search index...

    Interface TiltifyImage

    An image asset attached to a Tiltify resource.

    interface TiltifyImage {
        alt: string;
        height: number;
        src: string;
        width: number;
    }
    Index
    alt: string
    height: number
    src: string
    width: number