UNPKG

@uuki/svg2font

Version:

Webfont generater based on jaywcjlove/svgtofont

12 lines (11 loc) 480 B
declare type FontFace = { types: string[]; name: string; timestamp: Number; cssPath: string; }; export declare const cssFontFaceFormat: (options: FontFace) => string; export declare const cssStrFormat: (name: string, code: string, prefix?: string | undefined) => string; export declare const cssVarFormat: (name: string, code: string, prefix?: string | undefined) => string; export declare const cssVarArrFormat: (name: string, code: string) => string; export {};