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

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

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Go to Latest
class Canvas
extends HTMLElement
Re-export
import { Canvas } from "https://deno.land/x/daybreak@v0.0.6/src/web/mod.ts";

Constructors

new
Canvas(options: CanvasOptions)

Properties

readonly
clientHeight
readonly
clientWidth
height: number
readonly
offsetHeight
readonly
offsetWidth
state: any
title: string
width: number