spelling: image

This commit is contained in:
Josh Soref 2019-10-13 02:56:48 -04:00
parent e812e80339
commit 7343952cd5

View file

@ -37,7 +37,7 @@ export async function parseQrCode(input, normalise) {
image = await jimp.read(image);
}
} 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());