{
  "defaults": {
    "width": 500,
    "height": 500
  },
  "replace": {
    "value": {
      "type": "range",
      "attr": "value",
      "attrs": {
        "min": 0,
        "max": 1,
        "step": 0.01
      },
      "default": 0
    },
    "fill": {
      "type": "color",
      "selector": ".fill",
      "attr": "fill, stop-color",
      "default": "#FFFFFF"
    },
    "stroke": {
      "type": "color",
      "selector": ".stroke",
      "attr": "stroke",
      "default": "#050505"
    }
  }
}
