Closed hansagames closed 7 months ago
Hi,
I think we should add HTMLCanvasElement[] and HTMLCanvasElement to ImageRepresentation as possible types.
HTMLCanvasElement[]
HTMLCanvasElement
ImageRepresentation
export type ImageRepresentation = | HTMLImageElement | HTMLVideoElement | HTMLImageElement[] | ArrayBufferView | CompressedImage;
HTMLCanvasElement was just added in #198 though I'll also add HTMLCanvasElement[], assuming that should work.
Hi,
I think we should add
HTMLCanvasElement[]
andHTMLCanvasElement
toImageRepresentation
as possible types.