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

x/vectorizer/src/utils/misc/mod.ts>ImageData

Feature Extraction and Feature Selection in TypeScript
Go to Latest
type alias ImageData
import { type ImageData } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/misc/mod.ts";
definition: { data: Uint8ClampedArray; width: number; height: number; channels: number; colorSpace: "srgb" | "display-p3"; }