Live data from Hacker News

Svgsus – Organize, clean and transform your SVGs

svgs.us

1–10 of 38 posts

Re: Svgsus – Organize, clean and transform your SVGs

#6

What 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

#8
post #7

Seems 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

#9
This 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!

Post reply on HN