UNPKG
plugin-audio
Version:
latest (1.0.0)
1.0.0
wangEditor 上传音频
codeup.aliyun.com/lanxiniu/js/wangEditor-plugin-audio
plugin-audio
/
src
/
index.ts
12 lines
(10 loc)
•
234 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@description
audio module *
@author
wulijie
*/
// 配置多语言
// import './locale/index'
// 导入样式
import
'./style/index.css'
import
wangEditorAudioModule
from
'./module/index'
export
default
wangEditorAudioModule