Skip to content

Instantly share code, notes, and snippets.

@automata
Created June 13, 2012 04:03
Show Gist options
  • Save automata/2921808 to your computer and use it in GitHub Desktop.
Save automata/2921808 to your computer and use it in GitHub Desktop.
simple reflow app
{
"info": {
"title": "simple reflow app",
"author": "automata",
"description": "simple reflow app",
"url": "cam2gif"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-canvas2gif/canvas2gif.html",
"x": 698,
"y": 66,
"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": 917,
"y": 441,
"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
},
{
"src": "http://forresto.github.com/meemoo-modules/reflow.html",
"x": 397,
"y": 455,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 4
},
{
"src": "http://forresto.github.com/meemoo-modules/file-reader-image.html",
"x": 56,
"y": 92,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 6
}
],
"edges": [
{
"source": [
3,
"gif"
],
"target": [
5,
"dataurl"
]
},
{
"source": [
6,
"image"
],
"target": [
4,
"image"
]
},
{
"source": [
4,
"image"
],
"target": [
3,
"image"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment