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