Skip to main content
Module

x/canvas/mod.ts>InputRRect

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

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

definition: MallocObj | SkRRect | number[]