rename image embedding helper function

i just like this name better. *shrug*
This commit is contained in:
Gered 2017-08-18 09:04:36 -04:00
parent c4238ecda1
commit 7885a2c4a3

View file

@ -16,7 +16,7 @@
[org.jsoup Jsoup]
[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
inline images in <img> tags or for use in CSS."
[image-file]