X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/archy/examples
lib
/
node_modules
/
npm
/
node_modules
/
archy
/
examples
/
ðŸ“
..
📄
beep.js
(387 B)
📄
multi_line.js
(414 B)
Editing: multi_line.js
var archy = require('../'); var s = archy({ label : 'beep\none\ntwo', nodes : [ 'ity', { label : 'boop', nodes : [ { label : 'o_O\nwheee', nodes : [ { label : 'oh', nodes : [ 'hello', 'puny\nmeat' ] }, 'creature' ] }, 'party\ntime!' ] } ] }); console.log(s);
Upload File
Create Folder