var archy = require('../');
var s = archy({
label : 'beep\none\ntwo',
nodes : [
'ity',
{
label : 'boop',
label : 'o_O\nwheee',
label : 'oh',
nodes : [ 'hello', 'puny\nmeat' ]
},
'creature'
]
'party\ntime!'
}
});
console.log(s);