Skip to main content
Latest
variable DOMMatrix
import { DOMMatrix } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: DOMMatrix; new (init?: string | number[]): DOMMatrix; fromFloat32Array(array32: Float32Array): DOMMatrix; fromFloat64Array(array64: Float64Array): DOMMatrix; fromMatrix(other?: DOMMatrixInit): DOMMatrix; }