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

8 lines (7 loc) 255 B
import { GlyphTransformFn } from "./GlyphTransformFn"; import { OptionsBase } from "./OptionsBase"; export declare type InitialOptions = OptionsBase & { filePath?: string; files: string | Array<string>; glyphTransformFn?: GlyphTransformFn; };