interface MarvinEnv {
    canvasFactory?: () => HTMLCanvasElement;
    documentRef?: Document;
    imageFactory?: () => HTMLImageElement;
    windowRef?: Window;
}

Properties

canvasFactory?: () => HTMLCanvasElement
documentRef?: Document
imageFactory?: () => HTMLImageElement
windowRef?: Window