Skip to main content
Module

x/canvas/types.ts>TypedArrayConstructor

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
type alias TypedArrayConstructor
import { type TypedArrayConstructor } from "https://deno.land/x/canvas@v1.0.0/types.ts";
definition:
| Float32ArrayConstructor
| Int32ArrayConstructor
| Int16ArrayConstructor
| Int8ArrayConstructor
| Uint32ArrayConstructor
| Uint16ArrayConstructor
| Uint8ArrayConstructor