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

20 lines (19 loc) 386 B
export declare const getTemplateDirectory: () => string; export declare const getTemplateFilePath: (template: string) => string; export declare const getBuiltInTemplates: () => { css: { path: string; }; html: { path: string; }; json: { path: string; }; scss: { path: string; }; styl: { path: string; }; };