Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/retraigo/monke

Color quantization and dithering in TypeScript.
https://github.com/retraigo/monke

color deno javascript quantization typescript

Last synced: 29 days ago
JSON representation

Color quantization and dithering in TypeScript.

Awesome Lists containing this project

README

        

# monke

An image-related module in TypeScript.

Check https://deno.land/x/monke/mod.ts for documentation.

Supports:
- Recoloring an image with a different palette
- Recoloring an image with dithering
- Quantizing a palette
- Image filters (blur, grayscale, invert, etc)

~~Provides a class `Color` for general color-related stuff.~~
`Color` has been moved to [retraigo/colors](https://github.com/retraigo/colors)

Refer the `examples` directory for usage.