feat(ComparisonSlider): create reusable comparison slider that compare two fonts for the same text. Line breaking is supported

This commit is contained in:
Ilia Mashkov
2026-01-20 09:32:12 +03:00
parent fb190f82b9
commit b5ad3249ae
7 changed files with 422 additions and 0 deletions

View File

@@ -26,3 +26,7 @@ export {
type Entity,
type EntityStore,
} from './createEntityStore/createEntityStore.svelte';
export {
createCharacterComparison,
} from './createCharacterComparison/createCharacterComparison.svelte';