/node-ckeditor

Simple npm module to load the statics of CKEditor

Primary LanguageJavaScriptMIT LicenseMIT

node-ckeditor

Simple npm module to load the statics of CKEditor

Usage

var app = express();
var ckStaticsPath = require('node-ckeditor');

//...

app.use(express.statics(ckStaticsPath));