Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImageStruct

import 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]