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

x/canvaseno/types.ts>SkRect

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

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

definition: Float32Array