An open API service indexing awesome lists of open source software.

https://github.com/node4good/node-ckeditor

Simple npm module to load the statics of CKEditor
https://github.com/node4good/node-ckeditor

Last synced: 4 months ago
JSON representation

Simple npm module to load the statics of CKEditor

Awesome Lists containing this project

README

          

node-ckeditor
=============

Simple npm module to load the statics of CKEditor

Usage
=====

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

//...

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