Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Box blur with r = 3

Parameters

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