18 lines
246 B
JSON
18 lines
246 B
JSON
|
{
|
||
|
"DP-0": [
|
||
|
{
|
||
|
"file": "test.png",
|
||
|
"transform": "fill",
|
||
|
"colour": "#000000"
|
||
|
},
|
||
|
{ "file": "empty.png" }
|
||
|
],
|
||
|
"DP-1": [
|
||
|
{ "file": "foo.png" },
|
||
|
{
|
||
|
"file": "bar.jpg",
|
||
|
"transform": "fit"
|
||
|
}
|
||
|
]
|
||
|
}
|