publiclab/image-sequencer

View on GitHub
src/modules/Rotate/info.json

Summary

Maintainability
Test Coverage
{
    "name": "rotate",
    "description": "Rotates image by specified degrees",
    "inputs": {
      "rotate": {
        "type": "integer",
        "desc": "Angular value for rotation in degrees",
        "default": "90",
        "min": "0",
        "max": "360",
        "step": "1"
      }
    },
    "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#rotate-modul"
  }