mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Updated dependencies
This commit is contained in:
parent
f33193e122
commit
ec37a676a8
27 changed files with 2111 additions and 3987 deletions
|
@ -9,8 +9,9 @@
|
|||
import OperationError from "../errors/OperationError.mjs";
|
||||
import jsQR from "jsqr";
|
||||
import qr from "qr-image";
|
||||
import jimp from "jimp";
|
||||
import Utils from "../Utils.mjs";
|
||||
import jimplib from "jimp/es/index.js";
|
||||
const jimp = jimplib.default ? jimplib.default : jimplib;
|
||||
|
||||
/**
|
||||
* Parses a QR code image from an image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue