rename image embedding helper function
i just like this name better. *shrug*
This commit is contained in:
parent
c4238ecda1
commit
7885a2c4a3
|
@ -16,7 +16,7 @@
|
||||||
[org.jsoup Jsoup]
|
[org.jsoup Jsoup]
|
||||||
[org.jsoup.nodes Document]))
|
[org.jsoup.nodes Document]))
|
||||||
|
|
||||||
(defn ->inline-image
|
(defn embed-image
|
||||||
"Reads an image file and encodes it as a base64 string suitable for use in a data url for displaying
|
"Reads an image file and encodes it as a base64 string suitable for use in a data url for displaying
|
||||||
inline images in <img> tags or for use in CSS."
|
inline images in <img> tags or for use in CSS."
|
||||||
[image-file]
|
[image-file]
|
||||||
|
|
Loading…
Reference in a new issue