Files
frontend-svelte/src/features/SetupFont/model/state/typographySettingsStore.ts
T

8 lines
281 B
TypeScript
Raw Normal View History

import { DEFAULT_TYPOGRAPHY_CONTROLS_DATA } from '$entities/Font';
import { createTypographySettingsManager } from '../../lib';
export const typographySettingsStore = createTypographySettingsManager(
DEFAULT_TYPOGRAPHY_CONTROLS_DATA,
'glyphdiff:comparison:typography',
);