Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface ImageBitmap
import { type ImageBitmap } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";

Properties

height: number
width: number

Methods

close(): void