vue-svg-component-builder
这是一个小型实用程序库,用于从SVG图像创建可直接渲染的VueJS组件。 它的主要目的是用作其他库的构建块,这些库将处理将SVG实际读取和解析为该库可用的内容的工作。
安装
只需运行yarn add vue-svg-component-builder或npm install vue-svg-component-builder 。
用法
该库导出单个build函数,该函数接收SVG并返回视图组件。 当前,唯一可接受的输入格式是vue-component-compiler的AST输出
import { build } from 'vue-svg-component-builder'
import { compile } from 'vue-component-compiler'
let svg = fs . readFileSync ( '
1