Skip to main content
Module

x/monke/src/mod.ts>ImageData

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

Properties

data: Uint8ClampedArray
width: number
height: number
colorSpace: "sRGB"