Svgsus – Organize, clean and transform your SVGs
1–10 of 38 posts
Re: Svgsus – Organize, clean and transform your SVGs
#2So is it Mac only?
Re: Svgsus – Organize, clean and transform your SVGs
#3So is it Mac only?
It's currently Mac only.
Re: Svgsus – Organize, clean and transform your SVGs
#4I hate that meme "let's make X great again".
Re: Svgsus – Organize, clean and transform your SVGs
#5What do you mean by clean?
Re: Svgsus – Organize, clean and transform your SVGs
#6What do you mean by clean?
Svgs usually contain a lot of redundant and useless information. We clean the svgs using SVGO, https://github.com/svg/svgo (and a few of our own plugins) to get more beautiful svg files. The output often gets bloated by apps like Sketch, this way we end up with a better output.
Re: Svgsus – Organize, clean and transform your SVGs
#7Seems like an icon library rather than a general tool for SVGs.
Re: Svgsus – Organize, clean and transform your SVGs
#8Seems like an icon library rather than a general tool for SVGs.
You may use it as a library, I know users who do.
But you may select output needed, or drag 'n drop depending on if you work as an developer or a designer.
I suggest that you look on the videos on the site or read some tips and tricks at https://medium.com/@DepartmentStockholm/svgsus-tips-tricks-b...
Re: Svgsus – Organize, clean and transform your SVGs
#9This is neat!
I wrote a similarish tool for converting SVG to code at Last Job™: https://github.com/biowink/SVGeez (though, it's questionable how well it works beyond the specific use case of the app it's for..though in theory it should work fine!)
(even the name is similar ;))
I bumped into issues when transforming complex paths into single paths. I suppose leveraging SVGO is a better plan for that. Kudos!
Re: Svgsus – Organize, clean and transform your SVGs
#10Is this pronounced S-V-Jesus?