const data = {
// bgColor: '#ffffff',
elements: [
{
name: "html-001",
x: 40,
y: 40,
w: 200,
h: 70,
type: "html",
angle: 0,
desc: {
html: `
Hello World!
Hello World!
`,
},
},
{
name: "html-001",
x: 200,
y: 120,
w: 240,
h: 240,
type: "html",
angle: 0,
desc: {
width: 120,
height: 80,
html: `
`,
},
},
],
};
export default data;