Hacker News new | ask | show | jobs
Show HN: image-palette-webgpu – extract dominant colors from images using WebGPU (github.com)
3 points by IvanLudvig 481 days ago
A tiny zero-dependency browser package that extracts dominant color from images using WebGPU API with various algorithms. It's built with compute shaders.

Live demo: https://ivanludvig.dev/image-palette-webgpu

There are plans to add tests and benchmarks