Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/canvaseno/mod.ts>SkIRect

Canvas API for deno
Latest
type alias SkIRect
import { type SkIRect } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";

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

definition: Int32Array