mirror of
https://github.com/gchq/CyberChef
synced 2025-01-08 10:38:46 +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 Utils from "../core/Utils";
|
||||||
import FileSaver from "file-saver";
|
import FileSaver from "file-saver";
|
||||||
import zip from "zlibjs/bin/zip.min";
|
|
||||||
import ZipWorker from "worker-loader?inline&fallback=false!./ZipWorker";
|
import ZipWorker from "worker-loader?inline&fallback=false!./ZipWorker";
|
||||||
|
|
||||||
const Zlib = zip.Zlib;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Waiter to handle events related to the output
|
* Waiter to handle events related to the output
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue