Skip to main content
Module

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

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

Constructors

new
Canvas(options: CanvasOptions)

Properties

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