Skip to main content
Module

x/canvas/mod.ts>InputMatrix

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

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

definition: