mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 09:26:38 +02:00
Move all files under frontend directory.
This commit is contained in:
parent
92b45b2d05
commit
e21798f1ed
603 changed files with 10 additions and 31 deletions
8
frontend/resources/js/snapsvg/externs.js
Normal file
8
frontend/resources/js/snapsvg/externs.js
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