UNPKG

vite-awesome-svg-loader

Version:

A universal Vite SVG loader. Imports SVGs as source code, base64 and data URI. Preserves stroke width. Replaces colors with currentColor or custom colors. Creates SVG sprites. Optimizes SVGs.

9 lines (8 loc) 261 B
// This file adds opt-in type-checking support for integration's additions to the DOM declare global { interface HTMLElementTagNameMap { "svg-image": import("./SvgImage").SvgImage; "svg-icon": import("./SvgIcon").SvgIcon; } } export {};