Skip to main content
Module

x/canvas/mod.ts>InputIRect

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

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

definition: MallocObj | SkIRect | number[]