Pixel Data JS - v0.28.0
    Preparing search index...

    Interface ReusableCanvas<T>

    interface ReusableCanvas<T extends HTMLCanvasElement | OffscreenCanvas> {
        canvas: T;
        ctx: CanvasContext<T>;
    }

    Type Parameters

    • T extends HTMLCanvasElement | OffscreenCanvas
    Index

    Properties

    Properties

    canvas: T