Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias InputRRect
import { type InputRRect } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as rectangles with rounded corners. Length 12.

definition: MallocObj | SkRRect | number[]