AlkantarClanX12

Your IP : 3.147.75.46


Current Path : /opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules.bundled/editor/example/
Upload File :
Current File : //opt/alt/alt-nodejs11/root/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);
});