Skip to main content
Module

x/canvas/types.ts>InputRect

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

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as rectangles. Length 4.

definition: MallocObj | SkRect | number[]