feat: export TextLayoutEngine and CharacterComparisonEngine from shared helpers index

Remove deleted createCharacterComparison exports and benchmark.
This commit is contained in:
Ilia Mashkov
2026-04-11 16:44:49 +03:00
parent 99f662e2d5
commit 338ca9b4fd
4 changed files with 16 additions and 693 deletions

View File

@@ -52,10 +52,16 @@ export {
} from './createEntityStore/createEntityStore.svelte';
export {
type CharacterComparison,
createCharacterComparison,
type LineData,
} from './createCharacterComparison/createCharacterComparison.svelte';
CharacterComparisonEngine,
type ComparisonLine,
type ComparisonResult,
} from './CharacterComparisonEngine/CharacterComparisonEngine.svelte';
export {
type LayoutLine as TextLayoutLine,
type LayoutResult as TextLayoutResult,
TextLayoutEngine,
} from './TextLayoutEngine/TextLayoutEngine.svelte';
export {
createPersistentStore,