{
  "version": "1.0.0",
  "appName": "PosterMaker",
  "data": {
    "className": "Stage",
    "attrs": {
      "width": 3000,
      "height": 3000,
      "fill": "rgba(255, 255, 255, 1)",
      "transform": ""
    },
    "children": [
      {
        "className": "Rect",
        "attrs": {
          "width": 2000,
          "height": 2000,
          "left": 0,
          "top": 0,
          "stroke": "rgba(0, 0, 0, 1)",
          "strokeWidth": 0,
          "fill": "rgba(235,235,235,1)"
        },
        "children": [
          {
            "className": "Image",
            "attrs": {
              "width": 2000,
              "height": 2000,
              "source": "",
              "left": 0,
              "top": 0
            },
            "children": []
          }
        ]
      },
      {
        "className": "Rect",
        "attrs": {
          "width": 1000,
          "height": 1000,
          "left": 2000,
          "top": 0,
          "stroke": "rgba(0, 0, 0, 1)",
          "strokeWidth": 0,
          "fill": "rgba(220,220,220,1)"
        },
        "children": [
          {
            "className": "Image",
            "attrs": {
              "width": 1000,
              "height": 1000,
              "source": "",
              "left": 0,
              "top": 0
            },
            "children": []
          }
        ]
      },
      {
        "className": "Rect",
        "attrs": {
          "width": 1000,
          "height": 1000,
          "left": 2000,
          "top": 1000,
          "stroke": "rgba(0, 0, 0, 1)",
          "strokeWidth": 0,
          "fill": "rgba(210,210,210,1)"
        },
        "children": [
          {
            "className": "Image",
            "attrs": {
              "width": 1000,
              "height": 1000,
              "source": "",
              "left": 0,
              "top": 0
            },
            "children": []
          }
        ]
      },
      {
        "className": "Rect",
        "attrs": {
          "width": 1000,
          "height": 1000,
          "left": 0,
          "top": 2000,
          "stroke": "rgba(0, 0, 0, 1)",
          "strokeWidth": 0,
          "fill": "rgba(220,220,220,1)"
        },
        "children": [
          {
            "className": "Image",
            "attrs": {
              "width": 1000,
              "height": 1000,
              "source": "",
              "left": 0,
              "top": 0
            },
            "children": []
          }
        ]
      },
      {
        "className": "Rect",
        "attrs": {
          "width": 1000,
          "height": 1000,
          "left": 1000,
          "top": 2000,
          "stroke": "rgba(0, 0, 0, 1)",
          "strokeWidth": 0,
          "fill": "rgba(210,210,210,1)"
        },
        "children": [
          {
            "className": "Image",
            "attrs": {
              "width": 1000,
              "height": 1000,
              "source": "",
              "left": 0,
              "top": 0
            },
            "children": []
          }
        ]
      },
      {
        "className": "Rect",
        "attrs": {
          "width": 1000,
          "height": 1000,
          "left": 2000,
          "top": 2000,
          "stroke": "rgba(0, 0, 0, 1)",
          "strokeWidth": 0,
          "fill": "rgba(220,220,220,1)"
        },
        "children": [
          {
            "className": "Image",
            "attrs": {
              "width": 1000,
              "height": 1000,
              "source": "",
              "left": 0,
              "top": 0
            },
            "children": []
          }
        ]
      }
    ]
  }
}
