Skip to main content
Module

x/canvas/mod.ts>TypedArrayConstructor

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