chin-plugin-svgr
v0.0.3
Published
Chin plugin using svgr.
Downloads
5
Maintainers
Readme
chin-plugin-svgr
Installation
yarn add -D chin chin-plugin-svgr
Usage
import svgr, { merge } from 'chin-plugin-svgr'
const svg2cmp = svgr()
const svg2cmps = merge()
export default {
put,
out,
processors: [
['dir', { svg: svg2cmps }],
['*', { svg: svg2cmp }]
],
after: () => {
const codes = svg2cmps.after()
}
}
options is passed in both.
License
MIT (http://opensource.org/licenses/MIT)