{
  "name": "brightness",
  "description": "Change the brightness of the image by given percent value",
  "inputs": {
      "brightness": {
          "type": "integer",
          "desc": "% brightness for the new image",
          "default": "175",
          "min": "0",
          "max": "200"
      }
  },
  "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#brightness-module"
}
