UNPKG

vite-plugin-svg4vue

Version:

A vite plugin which can transform svg icon to vue component, support optimization via SVGO, easy to customize svg color and size.

9 lines (6 loc) 202 B
import type { Svg4VuePlugin, Svg4VuePluginOptions, } from '../src/interfaces/core' declare const svg4VuePlugin: Svg4VuePlugin export { Svg4VuePluginOptions, Svg4VuePlugin, svg4VuePlugin }