Skip to main content
Module

x/monke/mod.ts>DitherOptions

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

Properties

method:
| "floyd_steinberg"
| "sierra_2"
| "sierra_lite"
| "quick"
| "bidirectional"