UNPKG

@sctg/fontminify

Version:

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

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