Skip to main content
Module

x/canvas/mod.ts>IRect

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
type alias IRect
import { type IRect } from "https://deno.land/x/canvas@v1.4.1/mod.ts";

An IRect is represented by 4 ints. In order, the ints correspond to left, top, right, bottom. See Rect.h for more

definition: Int32Array