@sctg/fontminify
Version:
Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.
14 lines (13 loc) • 298 B
TypeScript
/**
* @file svgs2ttf
* @author junmer eltorio
*/
import type { PluginFromSVGOption } from '../index.js';
import * as File from 'vinyl';
/**
* svgs2ttf fontmin plugin
*
* @api public
*/
declare const _default: (file: string | File, opts: PluginFromSVGOption) => any;
export default _default;