{
  "name": "import-image",
  "description": "Import a new image and replace the original with it. Future versions may enable a blend mode. Specify an image by URL or by file selector.",
  "url": "https://github.com/publiclab/image-sequencer/tree/master/MODULES.md",
  "inputs": {
    "url": {
      "type": "string",
      "desc": "URL of image to import",
      "default": "./images/monarch.png"
    }
  },
  "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#import-image-module"
}
