Last active
November 13, 2019 08:58
-
-
Save forresto/ed6b77cdefd9e1aa48362169a86f94b6 to your computer and use it in GitHub Desktop.
nocode-animator.meemoo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "nocode-animator", | |
"author": "forresto", | |
"description": "webcam to lottie: refresh the page to reset if things get broken :)", | |
"url": "nocode-animator", | |
"parents": [ | |
"https://gist.github.com/ed6b77cdefd9e1aa48362169a86f94b6" | |
] | |
}, | |
"nodes": [ | |
{ | |
"id": 1, | |
"src": "meemoo:ui/button", | |
"x": 149, | |
"y": 188, | |
"w": 305, | |
"h": 84, | |
"state": { | |
"label": "2) add frames to make your animation", | |
"key": "a" | |
} | |
}, | |
{ | |
"id": 2, | |
"src": "meemoo:image/cam", | |
"x": 153, | |
"y": 336, | |
"w": 426, | |
"h": 395, | |
"state": { | |
"width": 640, | |
"height": 480, | |
"fps": 12, | |
"showOnionskin": true | |
} | |
}, | |
{ | |
"id": 3, | |
"src": "meemoo:variable/animation", | |
"x": 815, | |
"y": 78, | |
"w": 488, | |
"h": 441, | |
"state": { | |
"fps": 6, | |
"pingpong": true, | |
"play": true | |
} | |
}, | |
{ | |
"id": 4, | |
"src": "meemoo:file/lottie", | |
"x": 903, | |
"y": 724, | |
"w": 341, | |
"h": 210, | |
"state": { | |
"quality": 0.85 | |
} | |
}, | |
{ | |
"id": 5, | |
"src": "meemoo:ui/button", | |
"x": 150, | |
"y": 71, | |
"w": 177, | |
"h": 60, | |
"state": { | |
"label": "1) start camera" | |
} | |
}, | |
{ | |
"id": 6, | |
"src": "meemoo:ui/button", | |
"x": 906, | |
"y": 580, | |
"w": 296, | |
"h": 70, | |
"state": { | |
"label": "3) build file, download, upload :)" | |
} | |
}, | |
{ | |
"id": 7, | |
"src": "meemoo:ui/button", | |
"x": 375, | |
"y": 850, | |
"w": 296, | |
"h": 70, | |
"state": { | |
"label": "4) clear to start over", | |
"background": "rgb(255, 146, 146)" | |
} | |
}, | |
{ | |
"id": 8, | |
"src": "meemoo:image/in", | |
"x": 1455, | |
"y": 687, | |
"w": 113, | |
"h": 87, | |
"state": {} | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
1, | |
"bang" | |
], | |
"target": [ | |
2, | |
"send" | |
] | |
}, | |
{ | |
"source": [ | |
3, | |
"animation" | |
], | |
"target": [ | |
4, | |
"animation" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"bang" | |
], | |
"target": [ | |
2, | |
"start" | |
] | |
}, | |
{ | |
"source": [ | |
2, | |
"image" | |
], | |
"target": [ | |
3, | |
"push" | |
] | |
}, | |
{ | |
"source": [ | |
6, | |
"bang" | |
], | |
"target": [ | |
4, | |
"build" | |
] | |
}, | |
{ | |
"source": [ | |
7, | |
"bang" | |
], | |
"target": [ | |
3, | |
"clear" | |
] | |
}, | |
{ | |
"source": [ | |
7, | |
"bang" | |
], | |
"target": [ | |
4, | |
"clear" | |
] | |
}, | |
{ | |
"source": [ | |
3, | |
"image" | |
], | |
"target": [ | |
8, | |
"image" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment