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

x/neko/canvas/mod.ts>Config

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

Properties

optional
title: string
optional
width: number
optional
height: number
optional
fps: number