Skip to content

Instantly share code, notes, and snippets.

@forresto
Created May 6, 2012 08:43
Show Gist options
  • Save forresto/2621108 to your computer and use it in GitHub Desktop.
Save forresto/2621108 to your computer and use it in GitHub Desktop.
meemoo app: webcam to animated gif to imgur
{
"info": {
"title": "cam to gif",
"author": "forresto",
"description": "webcam to animated gif",
"url": "cam2gif"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-camcanvas/onionskin.html",
"x": 128,
"y": 45,
"z": 0,
"w": 343,
"h": 280,
"state": {
"quality": 75,
"width": 320,
"height": 240
},
"id": 1
},
{
"src": "http://forresto.github.com/meemoo-canvas2gif/canvas2gif.html",
"x": 622,
"y": 43,
"z": 0,
"w": 357,
"h": 285,
"state": {
"delay": 200,
"quality": 75,
"matte": "#FFFFFF"
},
"id": 3
},
{
"src": "http://forresto.github.com/meemoo-modules/imgur.html",
"x": 625,
"y": 398,
"z": 0,
"w": 357,
"h": 297,
"state": {
"title": "meemoo/cam2gif image share",
"caption": "This image was created with a Meemoo composition. http://meemoo.org/iframework/#/example/cam2gif"
},
"id": 5
}
],
"edges": [
{
"source": [
1,
"image"
],
"target": [
3,
"image"
]
},
{
"source": [
3,
"gif"
],
"target": [
5,
"dataurl"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment