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

5 lines (4 loc) 230 B
import type { GlyphData, WebfontOptions } from "../types"; declare type GlyphsDataGetter = (files: Array<GlyphData["srcPath"]>, options: WebfontOptions) => unknown; export declare const getGlyphsData: GlyphsDataGetter; export {};