Skip to content

Instantly share code, notes, and snippets.

Created June 14, 2013 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5780965 to your computer and use it in GitHub Desktop.
Save anonymous/5780965 to your computer and use it in GitHub Desktop.
meemoo app: Untitled
{
"info": {
"author": "meemoo",
"title": "Untitled",
"description": "Meemoo app description",
"parents": [],
"url": "paint-stamp"
},
"nodes": [
{
"id": 0,
"src": "meemoo:image/paint",
"x": 158,
"y": 127,
"w": 200,
"h": 210,
"state": {
"width": 100,
"height": 100,
"fill": "red",
"stroke": "rgb(255, 0, 255)",
"strokewidth": 5,
"tool": "smoothPencil",
"mode": "on",
"sendEvery": true
}
},
{
"id": 1,
"src": "meemoo:image/paint",
"x": 595,
"y": 145,
"w": 343,
"h": 419,
"state": {
"width": 300,
"height": 300,
"fill": "red",
"stroke": "black",
"strokewidth": 2,
"tool": "smoothPencil",
"mode": "on",
"sendEvery": false
}
}
],
"edges": [
{
"source": [
0,
"image"
],
"target": [
1,
"stamp"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment