This website requires JavaScript.
Explore
Help
Register
Sign In
glyphdiff.com
/
frontend-svelte
Watch
1
Star
0
Fork
0
You've already forked frontend-svelte
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
45eac0c396569ef10d6556108d152307bfdc2493
frontend-svelte
/
src
/
entities
/
Font
/
model
/
index.ts
7 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: import/export fixes due to code move
2026-01-13 20:00:36 +03:00
export
{
chore: add import shortcuts
2026-01-18 14:53:14 +03:00
appliedFontsManager
,
feat(FontStore): export through entity barrel files
2026-04-08 09:55:40 +03:00
createFontStore
,
FontStore
,
fontStore
,
feat(fonts): implement Phase 4 - Update UI Components - Replaced fontshareStore with unifiedFontStore in FontSearch.svelte - Replaced fontshareStore with unifiedFontStore in SuggestedFonts.svelte - Updated Font entity exports to include unifiedFontStore - Updated model exports to include unified store exports - Kept fontshareStore exports as deprecated for backward compatibility Phase 4/7: Proxy API Integration for GlyphDiff
2026-01-29 14:43:07 +03:00
}
from
'./store'
;
Reference in New Issue
Copy Permalink