Current Path : /opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/archy/examples/ |
Current File : //opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/archy/examples/beep.js |
var archy = require('../'); var s = archy({ label : 'beep', nodes : [ 'ity', { label : 'boop', nodes : [ { label : 'o_O', nodes : [ { label : 'oh', nodes : [ 'hello', 'puny' ] }, 'human' ] }, 'party\ntime!' ] } ] }); console.log(s);