19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"entities": [
|
|
{
|
|
"type": "TextEntity",
|
|
"text": "Dana is a big nerd",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"color": {
|
|
"r": 255,
|
|
"g": 145,
|
|
"b": 123,
|
|
"a": 255
|
|
}
|
|
}
|
|
]
|
|
}
|