Import fixes

This commit is contained in:
alonso.torres 2021-03-04 17:45:55 +01:00 committed by Andrey Antukh
parent 40ddcb89fc
commit 29f421d867
3 changed files with 6 additions and 24 deletions

View file

@ -25,7 +25,6 @@
(let [[mtype b64-data] (str/split data-uri ";base64,")
mtype (subs mtype (inc (str/index-of mtype ":")))
_ (prn "mtype" mtype)
decoded (.atob js/window b64-data)
size (.-length decoded)