UNPKG

@sctg/fontminify

Version:

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

13 lines (12 loc) 240 B
/** * @file wawoff2 * @author junmer eltorio */ import type { PluginCloneOption } from '../index.js'; /** * wawoff2 fontmin plugin * * @api public */ declare const _default: (opts: PluginCloneOption) => any; export default _default;