Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/canvas/src/types.ts>ImageBitmap

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
interface ImageBitmap
import { type ImageBitmap } from "https://deno.land/x/canvas@v1.4.2/src/types.ts";

Properties

height: number
width: number

Methods

close(): void