Fork me on GitHub
#reagent
<
2020-02-19
>
coby01:02:42

can someone recommend a library/approach that works well for compiling inline SVGs? I have a bunch of .svg files that have been exported from the designs and want to be able to compile a re-frame app with <svg> elements inlined directly.

mikethompson02:02:06

@ctamayo One way - you can turn the SVG into hiccup http://html2hiccup.buttercloud.com/

coby16:02:24

@mikethompson this looks perfect, thanks