ImageStructCopyimport type { ImageStruct } from "https://raw.githubusercontent.com/deno-windowing/dwm/main/mod.ts";interface ImageStruct {height: number;image: Uint8Array;width: number;}§Properties§height: number[src]§image: Uint8Array[src]§width: number[src]