jakearchibald / svgomg

Web GUI for SVGO
https://jakearchibald.github.io/svgomg/
MIT License
5.76k stars 476 forks source link

Convert color to rgb #429

Open riker09 opened 10 months ago

riker09 commented 10 months ago

Hello and thank you for this wonderful project. It is really helpful in day-to-day developers life. I mainly grab some svg code done by our UX team from Figma and run it through here to paste it into a CSS file. The only remaining step is converting all double quotes to single quotes (" -> ') and Hex color codes to RGB or %23. I did not find a setting that would allow me to do this in-place. Are there any chances that this will make it into a feature?