Skip to content

Instantly share code, notes, and snippets.

@forresto
Last active November 13, 2019 08:58
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/ed6b77cdefd9e1aa48362169a86f94b6 to your computer and use it in GitHub Desktop.
Save forresto/ed6b77cdefd9e1aa48362169a86f94b6 to your computer and use it in GitHub Desktop.
nocode-animator.meemoo.json
{
"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