five chart types, generative avatars, buttons, and gradient washes on one tiny canvas engine, for Svelte 5
Composable, dithered charts with a children-as-config API. Ordered-dither fills that hold up in light and dark, entrance animations, a gliding scrub tooltip, selection, winking sparkles, and colour bloom.
also available: bar-chart, radar-chart, and core. swap the last path segment. files land in src/lib/components/dither-kit/.
// components.json
{
"registries": {
"@dither-kit": "https://dither-kit-svelte.jimmyverburgt.com/r/{name}.json"
}
} variantbloomstackTypecolorsanimateinteractive<!-- tiny decorative spark, no axes, no tooltip -->
<Sparkline data={[3, 7, 5, 9, 8, 12]} color="green" bloom="aura" />