UNPKG

webfont

Version:

Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2

11 lines (10 loc) 169 B
export declare type GlyphMetadata = { name: string; /** * @example * ``` * obj.unicode = ["\u0001"] * ``` */ unicode?: string[]; };