feat(ComparisonSlider): create reusable comparison slider that compare two fonts for the same text. Line breaking is supported
This commit is contained in:
@@ -26,3 +26,7 @@ export {
|
||||
type Entity,
|
||||
type EntityStore,
|
||||
} from './createEntityStore/createEntityStore.svelte';
|
||||
|
||||
export {
|
||||
createCharacterComparison,
|
||||
} from './createCharacterComparison/createCharacterComparison.svelte';
|
||||
|
||||
Reference in New Issue
Block a user