feat(fontCollection): create font collection state manager

This commit is contained in:
Ilia Mashkov
2026-01-09 16:17:49 +03:00
parent bdb67157fd
commit ea1f46f780
2 changed files with 227 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import { createFontCollection } from '../../lib';
export const fontCollection = createFontCollection();