weasel API - v0.8.0
    Preparing search index...

    Interface HeadlessCanvasLike

    Minimal canvas contract for createCanvas injection: OffscreenCanvas, an HTML canvas, or a test fake.

    interface HeadlessCanvasLike {
        height: number;
        width: number;
        getContext(contextId: "webgl2", options?: WebGLContextAttributes): unknown;
    }
    Index

    Properties

    Methods

    Properties

    height: number
    width: number

    Methods