This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-05
Channels
- # babashka (13)
- # beginners (146)
- # biff (3)
- # calva (18)
- # cider (6)
- # clerk (29)
- # clj-commons (1)
- # clj-kondo (75)
- # clojure (42)
- # clojure-belgium (2)
- # clojure-europe (13)
- # clr (9)
- # conjure (2)
- # datomic (2)
- # gratitude (3)
- # hyperfiddle (3)
- # off-topic (26)
- # reitit (5)
- # releases (1)
- # shadow-cljs (2)
- # timbre (3)
Is there a neat way to render straight svg in its typical format… without converting it to Hiccup or Rum? I’m thinking of, maybe, leaving large SVG files in their usual format and slurping them in from the resources directory or something.
you can use biff/unsafe
to render the svg after slurping it. or do [:img {:src "/images/foo.svg"}]