Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/monke/src/blur/mod.ts>boxBlur

Color quantization and dithering in TypeScript.
Latest
function boxBlur
import { boxBlur } from "https://deno.land/x/monke@v1.0.2/src/blur/mod.ts";

Box blur with r = 3

Parameters

image: { pixels: Color[]; width: number; }