0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
penpot/resources/deps.cljs
Andrey Antukh eb62b106f3
Replace anime.js with snapsvg.
The last one seems like it is unmaintained but it works
much better than anime.js.
2016-07-30 14:14:08 +03:00

5 lines
162 B
Clojure

{:foreign-libs
[{:file "js/snapsvg/snap.svg.js"
:file-min "js/snapsvg/snap.svg.min.js"
:provides ["vendor.snapsvg"]}]
:externs ["js/snapsvg/externs.js"]}