Keywords
Keywords are helpful for other users to find your code. Any keywords in your codeblox.json file will be used.
{
"name": "create-thumbnail",
"version": "1.0.14",
"description": "Creates a thumbnail",
"keywords": [
"image",
"thumbnail"
],
"input": "image",
"output": "image"
}