UNPKG

cn-font-split

Version:

划时代的字体切割工具,CJK与任何字符!支持 otf、ttf、woff2 字体多线程切割,完美地细颗粒度地进行包大小控制。A revolutionary font subetter that supports CJK and any characters! It enables multi-threaded subset of otf, ttf, and woff2 fonts, allowing for precise control over package size.

5 lines (4 loc) 191 B
import { FontSplitProps } from '../interface.js'; export * from '../interface.js'; export * from '../createAPI.js'; export declare const fontSplit: (config: FontSplitProps) => Promise<void>;