UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

5 lines (4 loc) 208 B
import type { SvgOptimizer } from './types.js'; import { type Config } from 'svgo'; /** SVG optimizer using [SVGO](https://svgo.dev/). */ export declare function svgoOptimizer(config?: Config): SvgOptimizer;