mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Updated dependencies
This commit is contained in:
parent
f33193e122
commit
ec37a676a8
27 changed files with 2111 additions and 3987 deletions
|
@ -8,8 +8,8 @@ import Operation from "../Operation.mjs";
|
|||
import OperationError from "../errors/OperationError.mjs";
|
||||
import Utils from "../Utils.mjs";
|
||||
import {isImage} from "../lib/FileType.mjs";
|
||||
|
||||
import jimp from "jimp";
|
||||
import jimplib from "jimp/es/index.js";
|
||||
const jimp = jimplib.default ? jimplib.default : jimplib;
|
||||
|
||||
/**
|
||||
* Split Colour Channels operation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue