You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should probably be defined by passing a JSON file, either through STDIN or in the place of the [frame.png ...] arguments. It'd be a simple structure such as :
[
{
"image": "...",
"default": true, // if only first frame"x": 0, // xoffset"y": 0, // yoffset"numerator": 0,
"denominator": 0,
"dispose": <strings>,"blend": <strings>,
},
...
]
The text was updated successfully, but these errors were encountered:
This should probably be defined by passing a JSON file, either through STDIN or in the place of the [frame.png ...] arguments. It'd be a simple structure such as :
The text was updated successfully, but these errors were encountered: