refactor(font): scaffold dualFontLayout module with shared types

This commit is contained in:
Ilia Mashkov
2026-05-30 21:48:56 +03:00
parent ddadac8686
commit c5092a488b
4 changed files with 145 additions and 0 deletions
@@ -0,0 +1,8 @@
export type {
ComparisonLine,
ComparisonResult,
} from './DualFontLayout/DualFontLayout';
export {
computeLineRenderModel,
type LineRenderModel,
} from './computeLineRenderModel/computeLineRenderModel';