Skip to main content
Module

x/canvas/types.ts>InputMatrix

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

CanvasKit APIs accept all of these matrix types. Under the hood, we generally use 4x4 matrices.

definition: