2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 15:53:30 +00:00

Change module to Image, change default format value to PNG

This commit is contained in:
j433866
2018-12-20 14:42:12 +00:00
parent ae20a951be
commit b3113c109b

View File

@@ -22,9 +22,9 @@ class GenerateQRCode extends Operation {
super();
this.name = "Generate QR Code";
this.module = "QRCode";
this.module = "Image";
this.description = "Generates a QR code from text.";
this.infoURL = "https://en.wikipedia.org/wiki/QR_code";
this.infoURL = "https://wikipedia.org/wiki/QR_code";
this.inputType = "string";
this.outputType = "byteArray";
this.presentType = "html";
@@ -32,7 +32,7 @@ class GenerateQRCode extends Operation {
{
"name": "Image Format",
"type": "option",
"value": ["SVG", "PNG"]
"value": ["PNG", "SVG"]
},
{
"name": "Size of QR module",