Your IP : 18.119.135.67


Current Path : /opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules.bundled/editor/example/
Upload File :
Current File : //opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules.bundled/editor/example/edit.js

var editor = require('../');
editor(__dirname + '/beep.json', function (code, sig) {
    console.log('finished editing with code ' + code);
});

?>