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

x/ogone/src/ogone.dom.d.ts>CanvasRenderingContext2D

Advanced Web Composition for Future
Latest
import { type CanvasRenderingContext2D } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

The CanvasRenderingContext2D export interface, part of the Canvas API, provides the 2D rendering context for the drawing surface of a element. It is used for drawing shapes, text, images, and other objects.