Skip to content

Instantly share code, notes, and snippets.

@forresto
Forked from anonymous/test-animation.json
Last active December 16, 2015 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forresto/5513719 to your computer and use it in GitHub Desktop.
Save forresto/5513719 to your computer and use it in GitHub Desktop.
meemoo test: neuquant.js multiple-of-100 bug
{
"info": {
"author": "meemoo",
"title": "neuquant bug",
"description": "neuquant.js multiple-of-100 bug",
"parents": [
"https://gist.github.com/5513592"
],
"url": "test-gif"
},
"nodes": [
{
"id": 5,
"src": "meemoo:variable/animation",
"x": 519,
"y": 78,
"w": 291,
"h": 617,
"state": {
"fps": 12,
"pingpong": false
}
},
{
"id": 6,
"src": "meemoo:image/cam",
"x": 111,
"y": 96,
"w": 220,
"h": 300,
"state": {
"width": 300,
"height": 300,
"fps": 20
}
},
{
"id": 2,
"src": "meemoo:image/fit",
"x": 118,
"y": 455,
"w": 217,
"h": 263,
"state": {
"width": 299,
"height": 300
}
},
{
"id": 3,
"src": "meemoo:variable/animation",
"x": 962,
"y": 89,
"w": 290,
"h": 579,
"state": {
"fps": 12,
"pingpong": false
}
}
],
"edges": [
{
"source": [
6,
"image"
],
"target": [
5,
"push"
]
},
{
"source": [
6,
"image"
],
"target": [
2,
"image"
]
},
{
"source": [
2,
"image"
],
"target": [
3,
"push"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment