mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
spelling: image
This commit is contained in:
parent
e812e80339
commit
7343952cd5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export async function parseQrCode(input, normalise) {
|
||||||
image = await jimp.read(image);
|
image = await jimp.read(image);
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
throw new OperationError(`Error normalising iamge. (${err})`);
|
throw new OperationError(`Error normalising image. (${err})`);
|
||||||
}
|
}
|
||||||
|
|
||||||
const qrData = jsQR(image.bitmap.data, image.getWidth(), image.getHeight());
|
const qrData = jsQR(image.bitmap.data, image.getWidth(), image.getHeight());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue