cli-svg-jsx
v1.0.0
Published
svg to React Component
Downloads
2
Readme
install
npm i cli-svg-jsx -g --verbose
as cli tool
- cli-svg-jsx test.svg -o dist
as a npm package
const toReact = require('cli-svg-jsx')
const result = await toReact('test.svg')