{
  "name": "exposure",
  "description": "Change the exposure of the image by given exposure value",
  "inputs": {
      "exposure": {
          "type": "float",
          "desc": "exposure value for the new image",
          "default": 1,
          "min": -3,
          "max": 4,
          "step": 0.05
      }
  },
  "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#exposure-module"
}
