-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Implement method to merge incoming bytes to the main frame
byte description:
{
"x": 81,
"y": 59,
"color": "#000000"
}Bytes should overlap previos bytes. Then the final image should be stored in the db
storage format:
[{
"x": 81,
"y": 59,
"color": "#000000"
},
{
"x": 81,
"y": 59,
"color": "#000000"
}]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels