UNPKG

@sctg/fontminify

Version:

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

13 lines (12 loc) 288 B
/** * @file ttf2woff * @author junmer eltorio */ import type { Transform } from 'stream'; import type { PluginCloneOption } from '../index.js'; /** * ttf2woff fontmin plugin * @api public */ declare const _default: (_opts?: PluginCloneOption) => Transform; export default _default;