xinyuewang1 / simple-wear

This is the most scientific weather base clothes ensemble/ daily wearing recommender on market (I mean it). Have a look! If it takes a while to load, that's only because the Heroku instance is waking up. :D Main develop target is phone size screen for now...
https://simple-wear-8950d.firebaseapp.com/
MIT License
1 stars 0 forks source link

import & render group of svgs #4

Closed xinyuewang1 closed 5 years ago

xinyuewang1 commented 5 years ago

done with reactSVG, code as below: `return (

{ensemble.map(path => (

{path.slice(2, -4)}

))}

);`