rtivital / omatsuri

PWA with 12 open source frontend focused tools
https://omatsuri.app
MIT License
2.56k stars 201 forks source link

feat: adding isJSX arg in share generator #29

Open maitzeth opened 5 months ago

maitzeth commented 5 months ago

Hello Vitaly, I didn't want to do a complete refactor of this, so I just made a small and simple change inside generateShape.

The problem was quite simple: whenever I copy the to the clipboard in JSX format, the styling is always inline CSS. So, this is just a small UX improvement.

image