mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
141 lines
3.1 KiB
JSON
141 lines
3.1 KiB
JSON
|
{
|
||
|
"events": [{
|
||
|
"event": {
|
||
|
"type": "mousedown",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 0,
|
||
|
"y": 0
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}, {
|
||
|
"event": {
|
||
|
"type": "mouseup",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 0,
|
||
|
"y": 0
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}, {
|
||
|
"type": "pensize-event",
|
||
|
"penSize": 2
|
||
|
}, {
|
||
|
"event": {
|
||
|
"type": "mousedown",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 1,
|
||
|
"y": 0
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}, {
|
||
|
"event": {
|
||
|
"type": "mouseup",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 1,
|
||
|
"y": 0
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}, {
|
||
|
"type": "pensize-event",
|
||
|
"penSize": 3
|
||
|
}, {
|
||
|
"event": {
|
||
|
"type": "mousedown",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 4,
|
||
|
"y": 1
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}, {
|
||
|
"event": {
|
||
|
"type": "mouseup",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 4,
|
||
|
"y": 1
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}, {
|
||
|
"type": "pensize-event",
|
||
|
"penSize": 4
|
||
|
}, {
|
||
|
"event": {
|
||
|
"type": "mousedown",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 5,
|
||
|
"y": 4
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}, {
|
||
|
"event": {
|
||
|
"type": "mousemove",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 5,
|
||
|
"y": 4
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}, {
|
||
|
"event": {
|
||
|
"type": "mouseup",
|
||
|
"button": 0,
|
||
|
"shiftKey": false,
|
||
|
"altKey": false,
|
||
|
"ctrlKey": false
|
||
|
},
|
||
|
"coords": {
|
||
|
"x": 5,
|
||
|
"y": 4
|
||
|
},
|
||
|
"type": "mouse-event"
|
||
|
}],
|
||
|
"initialState": {
|
||
|
"size": {
|
||
|
"width": 8,
|
||
|
"height": 8
|
||
|
},
|
||
|
"primaryColor": "#000000",
|
||
|
"secondaryColor": "rgba(0, 0, 0, 0)",
|
||
|
"selectedTool": "tool-pen",
|
||
|
"penSize": 1
|
||
|
},
|
||
|
"png": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALUlEQVQYV2NkYGD4z4AdMIKEwQQORSgKYGYgm4ZVAYZpMCuQXYHiJtooQPE0ABsyBwXCqrdKAAAAAElFTkSuQmCC"
|
||
|
}
|