mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Import fixes
This commit is contained in:
parent
40ddcb89fc
commit
29f421d867
3 changed files with 6 additions and 24 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue