const data = { bgColor: "#ffffff", elements: [ // { // name: "rect-001", // x: 5, // y: 5, // w: 100, // h: 50, // type: "rect", // desc: { // bgColor: "#ffeb3b", // borderRadius: 2, // borderWidth: 0, // borderColor: "#ffc107", // }, // }, // { // name: "text-002", // x: 40, // y: 40, // w: 100, // h: 60, // // angle: 30, // type: "text", // desc: { // fontSize: 16, // text: [0, 1, 2, 3, 4].map(i => `Hello Text ${i}`).join('\r\n'), // // text: [0, 1, 2, 3, 4].map(i => `Hello Text ${i}`).join(''), // fontWeight: 'bold', // color: "#666666", // borderRadius: 30, // borderWidth: 2, // borderColor: "#ff5722", // }, // }, // { // name: "image-003", // x: 80, // y: 80, // w: 160, // h: 80, // type: "image", // desc: { // src: './images/computer.png', // }, // }, // { // name: "svg-004", // x: 200 - 5, // y: 150 - 50, // w: 100, // h: 100, // type: "svg", // desc: { // svg: '', // }, // }, { name: "html-001", x: 20, y: 40, w: 150, h: 100, type: "html", angle: 0, desc: { html: `