svg2jsx
v0.1.1
Published
transform svg as jsx constants elements
Downloads
13
Readme
svg2jsx
transform svg to jsx constants elements.
see more in examples, default use in webpack.
Options
pragma
same as http://babeljs.io/docs/plugins/transform-react-jsx/
jsxWrapper(jsxString)
wrapper of jsx string, must be result a string
svgProcessor($svgElm, $)
processor for svgElm, $
is an instance of https://github.com/cheeriojs/cheerio
must remove or transform attrs like xmlns:xlink
in xml