{
    "name": "overlay",
    "description": "Overlays an Image over another at a given position(x,y) in pixels or in %",
    "inputs": {
        "x": {
            "type": "integer",
            "desc": "X-position of the image on which the new image is overlayed",
            "default": 0
        },
        "y": {
            "type": "integer",
            "desc": "Y-position of the image on which the new image is overlayed",
            "default": 0
        },
        "offset": {
            "type": "integer",
            "desc": "offset to the output of the step on which the output of the last step is overlayed",
            "default": -2,
            "min": -2,
            "max": -1,
            "step": 1
        }
    },
    "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#overlay-module"
}
