css

Drew Verlee 2025-10-15T18:41:01.618049Z

is there a svg to clj converter anywhere?

2025-10-16T19:48:25.357499Z

svg to hiccup? The closest that came to my mind is an HTML to hiccup transform: • https://github.com/clj-commons/hickoryhttps://github.com/nathell/clj-tagsouphttps://github.com/green-coder/html-to-hiccup

2025-10-16T19:50:31.388979Z

I am using the last one because it is a CLJC lib, but also because it's my own.