mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Added JSZip
This commit is contained in:
parent
f447f30c6c
commit
7db7ecf69a
@ -22,4 +22,5 @@ ComunicWeb would not exists without the following technologies developped by the
|
|||||||
- bootstrap-wysiwyg (https://github.com/steveathon/bootstrap-wysiwyg/)
|
- bootstrap-wysiwyg (https://github.com/steveathon/bootstrap-wysiwyg/)
|
||||||
- wdt-emoji-bundle (http://ned.im/wdt-emoji-bundle)
|
- wdt-emoji-bundle (http://ned.im/wdt-emoji-bundle)
|
||||||
- PNGLib (http://www.xarg.org/2010/03/generate-client-side-png-files-using-javascript/) (BSD Licence)
|
- PNGLib (http://www.xarg.org/2010/03/generate-client-side-png-files-using-javascript/) (BSD Licence)
|
||||||
- Identicon (http://github.com/stewartlord/identicon.js) (BSD Licence)
|
- Identicon (http://github.com/stewartlord/identicon.js) (BSD Licence)
|
||||||
|
- JSZip (https://github.com/Stuk/jszip.git) (MIT Licence)
|
11623
assets/3rdparty/jszip/jszip.js
vendored
Normal file
11623
assets/3rdparty/jszip/jszip.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
15
assets/3rdparty/jszip/jszip.min.js
vendored
Normal file
15
assets/3rdparty/jszip/jszip.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -131,6 +131,9 @@ class Dev {
|
|||||||
//Identicon.JS
|
//Identicon.JS
|
||||||
"3rdparty/identicon.js/pnglib.js",
|
"3rdparty/identicon.js/pnglib.js",
|
||||||
"3rdparty/identicon.js/identicon.js",
|
"3rdparty/identicon.js/identicon.js",
|
||||||
|
|
||||||
|
//JSZip
|
||||||
|
"3rdparty/jszip/jszip.min.js",
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user