mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
update description for clarity
This commit is contained in:
parent
4a9dccaad9
commit
4d905a4bb7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ZPLConvert extends Operation {
|
|||
this.name = "ZPL Converter";
|
||||
this.module = "Default";
|
||||
this.description = [
|
||||
"Takes ZPL (Zebra Printer Language)-encoded text data and converts renders it to readable images.",
|
||||
"Takes a ZPL (Zebra Printer Language) string and renders it into a png.",
|
||||
"<br><br>",
|
||||
"Uses the <a href='https://labelary.com/service.html'>Labelary</a> API for full support of all ZPL instructions.",
|
||||
"<br><br>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue