Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.dom.d.ts>DOMMatrix

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable DOMMatrix
import { DOMMatrix } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.dom.d.ts";

type

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