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

x/neko/canvas/mod.ts>ImageBitmap

frame buffer deno module built on top of mini_fb with canvas api implementation and a webgpu renderer
Go to Latest
interface ImageBitmap
import { type ImageBitmap } from "https://deno.land/x/neko@1.1.2/canvas/mod.ts";

Properties

height: number
width: number

Methods

close(): void