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

x/deno/ext/canvas/lib.deno_canvas.d.ts>ImageBitmap

A modern runtime for JavaScript and TypeScript.
Latest
variable ImageBitmap
import { ImageBitmap } from "https://deno.land/x/deno@v2.0.4/ext/canvas/lib.deno_canvas.d.ts";

ImageBitmap represents a bitmap image which can be drawn to a canvas.

type

{ prototype: ImageBitmap; new (): ImageBitmap; }