Skip to main content
Deno 2 is finally here 🎉️
Learn more
->
Dismiss
Products
Open Source
Deno
Modern runtime for JavaScript and TypeScript
Fresh
Web framework designed for the edge
JSR
TypeScript-first ESM package registry
Commercial
Deno for Enterprise
Enterprise support for runtime projects
Deploy
Easy serverless hosting for your JavaScript projects
Subhosting
Securely run untrusted code in a scalable sandbox
Docs
Modules
Standard Library
JSR
Node.js & npm
Current path
deno.land/x
Community
Discord
GitHub
X
YouTube
Mastodon
Blog
Search…
⌘K
Module
x
/
monke
/
src
/
pixels.ts
Color quantization and dithering in TypeScript.
retraigo/monke
Version
Latest
v1.0.2
v1.0.1
v1.0.0
v0.0.4
v0.0.3
v0.0.1
Menu
blur
dither
quantize
structures
util
mod.ts
(default module)
c
Color
c
ColorHistogram
c
Image
I
DitherOptions
I
ImageData
T
BlurType
f
bidirectional
f
floydSteinberg
f
getHistogram
f
getPixels
f
monochromeFs
f
monochromeQ
f
quantizeByMedianCut
f
quantizeByPopularity
f
quick2
f
sierra2
f
sierraLite
histogram.ts
c
ColorHistogram
f
getHistogram
pixels.ts
f
getPixels
import
*
as
monke
from
"https://deno.land/x/monke@v1.0.2/src/pixels.ts"
;
Functions
f
getPixels