Created
May 7, 2012 00:05
-
-
Save forresto/2625079 to your computer and use it in GitHub Desktop.
meemoo module demo: local image loader http://meemoo.org/iframework/#gist/2625079
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": "local image loader", | |
"author": "forresto", | |
"description": "local images to canvas, drag and drop or select", | |
"url": "local-image-loader", | |
"parents": [ | |
"https://gist.github.com/2625079" | |
] | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-modules/file-reader-image.html", | |
"x": 67, | |
"y": 87, | |
"z": 0, | |
"w": 236, | |
"h": 294, | |
"state": {}, | |
"id": 1 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-image/aviary.html", | |
"x": 461, | |
"y": 92, | |
"z": 0, | |
"w": 755, | |
"h": 602, | |
"state": {}, | |
"id": 2 | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
1, | |
"image" | |
], | |
"target": [ | |
2, | |
"image" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment