View this code at http://livecoding.io/3860275
-
-
Save iros/3860275 to your computer and use it in GitHub Desktop.
created by http://livecoding.io
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
{ | |
"libraries": [], | |
"mode": "javascript", | |
"layout": "sketchpad mode" | |
} |
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
<div id="test"> | |
</div> |
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
console.log(livecoding.json); |
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
{ | |
"nodes": [ | |
{ | |
"nodeName": "Myriel", | |
"group": 1 | |
}, | |
{ | |
"nodeName": "Napoleon", | |
"group": 1 | |
}, | |
{ | |
"nodeName": "Mlle. Baptistine", | |
"group": 1 | |
}, | |
{ | |
"nodeName": "Mme. Magloire", | |
"group": 1 | |
}, | |
{ | |
"nodeName": "Countess de Lo", | |
"group": 1 | |
} | |
], | |
"links" : [ | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment