AppFlowy/frontend/rust-lib/flowy-document/tests/assets/json/image.json

15 lines
285 B
JSON
Raw Normal View History

{
"type": "page",
"data": {},
"children": [
{
"type": "image",
"data": {
"url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png",
"width": 272,
"height": 92,
"align": "center"
}
}
]
}