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

x/dwm/examples/clock/window.ts

Deno Window Manager: Cross-platform window creation and management
Go to Latest
import * as dwm from "https://deno.land/x/dwm@0.3.4/examples/clock/window.ts";

Classes

Canvas is an offscreen surface that can be drawn to.

Manage fonts to be used by Skia.

Create a new PDF document to draw using Canvas 2D API.

A canvas that can be used to render SVG.

Functions

Creates a new canvas with the given dimensions.