//! Color extraction using k-means clustering
//!//! This module extracts dominant colors from images and generates
//! terminal-compatible color schemes.
modextractor;modscheme;pubuseextractor::{ColorExtractor, ExtractionOptions};#[allow(unused_imports)]pubusescheme::{ColorScheme, Rgb};