-
-
Save sahwar/89e364ac0e7d9a7ef258d311748af5de to your computer and use it in GitHub Desktop.
meemoo app: webcam to animated gif to imgur
This file contains hidden or 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": "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