mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 11:26: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
5
frontend/vendor/jszip/externs.js
vendored
Normal file
5
frontend/vendor/jszip/externs.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
var JSZip = function() {};
|
||||
|
||||
JSZip.prototype.file = function() {};
|
||||
JSZip.prototype.folder = function() {};
|
||||
JSZip.prototype.generateAsync = function() {};
|
Loading…
Add table
Add a link
Reference in a new issue