zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.04k stars 424 forks source link

Roughjs support #222

Closed willb335 closed 3 years ago

willb335 commented 3 years ago

Can anyone provide an example of a map with roughjs or react roughjs support? I have tried using React Rough, https://github.com/ooade/react-rough, with limited success.

Thank you for the great library

zimrick commented 3 years ago

Hi @willb335,

I did this a while back: https://codesandbox.io/s/react-simple-maps-rough-js-u3ple

Let me know if it helps you

willb335 commented 3 years ago

Wow, very cool. Thank you