Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/retraigo/monke
- Owner: retraigo
- License: mit
- Created: 2022-11-09T14:08:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T06:28:24.000Z (over 1 year ago)
- Last Synced: 2024-09-16T15:09:20.849Z (about 2 months ago)
- Topics: color, deno, javascript, quantization, typescript
- Language: TypeScript
- Homepage:
- Size: 8.4 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-deno - monke - Color quantization and dithering library with extra image filters (blur, invert, etc). (Modules / Image)
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.