AlkantarClanX12

Your IP : 18.188.132.71


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

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