{
  "w": 512,
  "h": 512,
  "unit": "px",
  "ppi": 72,
  "inputs": {
    "imgUrl": {
      "type": "image",
      "description": "头像"
    }
  },
  "body": {
    "type": "group",
    "name": "body",
    "child": [
      {
        "type": "image",
        "name": "bg",
        "src": "p.png.dds",
        "x": 0,
        "y": 0,
        "w": 512,
        "h": 512,
        "anchor": 0
      },
      {
        "type": "mask",
        "name": "mask",
        "x": 87,
        "y": 249,
        "mask": {
          "type": "circle",
          "name": "mask",
          "w": 136,
          "h": 136,
          "anchor": 4
        },
        "child": {
          "type": "image",
          "name": "userPhoto",
          "src": "pp.jpg.dds",
          "w": 136,
          "h": 136,
          "r": -160,
          "anchor": 4,
          "bindings": {
            "src": "imgUrl"
          }
        }
      }
    ]
  }
}
