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

@@ -1,6 +1,7 @@
export {
type ControlDataModel,
type ControlModel,
createCharacterComparison,
createDebouncedState,
createEntityStore,
createFilter,