Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/daybreak/src/web/canvas.ts>CanvasOptions

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Latest
interface CanvasOptions
import { type CanvasOptions } from "https://deno.land/x/daybreak@0.1.2/src/web/canvas.ts";

Properties

title: string
width: number
height: number
optional
visible: boolean
optional
resizable: boolean