UNPKG

@sctg/fontminify

Version:

Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.

14 lines (13 loc) 247 B
/** * @file ttf2svg * @author junmer eltorio */ /** * ttf2svg fontmin plugin * * @param {Object} opts opts * @return {Object} stream.Transform instance * @api public */ declare const _default: (opts: any) => any; export default _default;