Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 220 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 220 Bytes

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));