{
    "name": "sharpen",
    "description": "Applies a sharpening filter given by the intensity value",
    "inputs": {
        "sharpenStrength": {
            "type": "float",
            "desc": "Amount of sharpening (More sharpening gives more detail, but may lead to overexposure)",
            "default": 1,
            "min": 1,
            "max": 1.5,
            "step": 0.05
        }
    },
    "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#sharpen-module"
}
