UNPKG

@ramirezcgn/fantasticon

Version:

Fork of fantasticon that implements a forked version of svgicons2svgfont that support more options than the original.

4 lines (3 loc) 219 B
/// <reference types="node" /> import { FontGeneratorOptions } from '../types/generator'; export declare const renderSrcAttribute: ({ name, fontTypes, fontsUrl }: FontGeneratorOptions, font: string | Buffer) => string;