1.0.9 • Published 5 years ago

react-component-svg-auto-export v1.0.9

Weekly downloads
64
License
MIT
Repository
github
Last release
5 years ago

Welcome to react-component-svg-auto-export!

multiple SVG is automatically change react Component. so handy.

Use

  1. package.json
"scripts": {
 "build" : yarn pre-build-autoExportScripts &&     << add in.
"pre-build-autoExportScripts": "node ./node_modules/react-component-svg-auto-export/index.ts"
}
  1. node_modules / react-component-svg-auto-export / index.ts in
3. const iconsIndex = "./../../index.ts" <(insert svg path)
4. path.join(__dirname, "../../..") <(insert svg path)
  1. use
will be contents(import, export) in index.ts.
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago