@svgv/core
v0.1.0
Published
Node.js API to transform SVGs into Vue components.
Downloads
386
Readme
@svgv/core
Node.js API to transform SVGs into Vue components.
For webpack loader, see
@svgv/webpack
Installation
npm install @svgv/core
Usage
const { transform } = require('@svgv/core');
const code = await transform(svg, config, state);