@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Interface PreloadedImage

    interface PreloadedImage {
        id: string;
        options: { content: number[]; stretchX: number[][]; stretchY: number[][] };
        url: string;
    }
    Index

    Properties

    Properties

    id: string
    options: { content: number[]; stretchX: number[][]; stretchY: number[][] }
    url: string