Skip to main content
Module

x/monke/mod.ts>ImageData

Color quantization and dithering in TypeScript.
Latest
interface ImageData
import { type ImageData } from "https://deno.land/x/monke@v1.0.2/mod.ts";

Properties

data: Uint8ClampedArray
width: number
height: number
channels: number
colorSpace: "srgb" | "display-p3"