mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Fix non-module import in GenerateImage
This commit is contained in:
parent
c9d9730726
commit
06639877cd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import Utils from "../Utils.mjs";
|
|||
import {isImage} from "../lib/FileType";
|
||||
import {toBase64} from "../lib/Base64";
|
||||
import jimp from "jimp";
|
||||
import {isWorkerEnvironment} from "../Utils";
|
||||
import {isWorkerEnvironment} from "../Utils.mjs";
|
||||
|
||||
/**
|
||||
* Generate Image operation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue