mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 04:06:39 +02:00
Minor reorganization of vendor dependencies.
This commit is contained in:
parent
fa7b0987a1
commit
c4a5d26e8b
16 changed files with 6296 additions and 22 deletions
8
frontend/vendor/snapsvg/externs.js
vendored
Normal file
8
frontend/vendor/snapsvg/externs.js
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
var Snap = function() {};
|
||||
Snap.prototype.animate = function() {};
|
||||
|
||||
var mina = {};
|
||||
mina.linear = function() {};
|
||||
mina.easein = function() {};
|
||||
mina.easeout = function() {};
|
||||
mina.easeinout = function() {};
|
Loading…
Add table
Add a link
Reference in a new issue