积极高山

文章
3
资源
0
加入时间
2年10月21天

vite svg 插件

vite2 vue3 加载svg 图片import { readFileSync, readdirSync } from 'fs'const path = require('path')const svgTitle = /<svg([^>+].*?)>/const clearHeightWidth = /(width|height)="([^>+].*?)"/gconst hasViewBox = /(viewBox=&