import { type ImageDataConstructor } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";
A constructor for making an ImageData that is compatible with the Canvas2D emulation code.
Methods
new(width: number, height: number): EmulatedImageData
new(): EmulatedImageData
pixels: Uint8ClampedArray,
width: number,
height: number,