mirror of
https://github.com/gchq/CyberChef
synced 2025-01-07 18:18:47 +00:00
Remove unused zip dependency
This commit is contained in:
parent
43747accd5
commit
3b8c365f7e
1 changed files with 0 additions and 3 deletions
|
@ -7,11 +7,8 @@
|
|||
|
||||
import Utils from "../core/Utils";
|
||||
import FileSaver from "file-saver";
|
||||
import zip from "zlibjs/bin/zip.min";
|
||||
import ZipWorker from "worker-loader?inline&fallback=false!./ZipWorker";
|
||||
|
||||
const Zlib = zip.Zlib;
|
||||
|
||||
/**
|
||||
* Waiter to handle events related to the output
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue