Added JSZip

This commit is contained in:
Pierre 2018-05-13 20:29:07 +02:00
parent f447f30c6c
commit 7db7ecf69a
4 changed files with 11643 additions and 1 deletions

View File

@ -23,3 +23,4 @@ ComunicWeb would not exists without the following technologies developped by the
- 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

File diff suppressed because it is too large Load Diff

15
assets/3rdparty/jszip/jszip.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -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",
); );
/** /**