Skip to main content
Module

x/monke/src/mod.ts

Color quantization and dithering in TypeScript.
Latest
File
export * from "./quantize/mod.ts";
export * from "./histogram.ts";
export * from "./pixels.ts";
export * from "./dither/mod.ts";
export * from "./structures/image.ts";
// For backwards compat. TODO: Remove soonexport { Color } from "../deps/color.ts";