0.0.3 • Published 6 years ago

chin-plugin-svgr v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

chin-plugin-svgr

npm npm Build Status Coverage Status

chin plugin using 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)