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

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

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Latest
class Canvas
extends HTMLElement
Re-export
import { Canvas } from "https://deno.land/x/daybreak@0.1.2/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