mirror of
https://github.com/penpot/penpot.git
synced 2025-06-28 14:06:59 +02:00
Add jszip javascript library.
This commit is contained in:
parent
83e386e95a
commit
e4dc14da56
3 changed files with 11391 additions and 0 deletions
5
resources/js/jszip/externs.js
Normal file
5
resources/js/jszip/externs.js
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