UNPKG
oeditor
Version:
latest (1.1.1)
1.1.1
1.0.1
1.0.0
ueditor的nodejs + koa 后端实现,目前支持七牛云和本地文件系统两种存储方式
oeditor
/
index.js
5 lines
•
133 B
JavaScript
View Raw
1
2
3
4
5
exports
.
api
=
require
(
'./oeditor'
)
exports
.
storage
= {
Qiniu
:
require
(
'./storage/qiniu'
),
Local
:
require
(
'./storage/local'
) }