Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

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