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

6 lines (5 loc) 235 B
import type { InitialOptions } from "../types"; import type { Result } from "../types/Result"; declare type Webfont = (initialOptions?: InitialOptions) => Promise<Result>; export declare const webfont: Webfont; export default webfont;