文件名称:Node.js-一个使用node将word转成html的小工具
文件大小:79KB
文件格式:ZIP
更新时间:2022-08-29 12:05:10
Node.js开发-其它杂项
使用 koa 写了一个小网站,上传 word 文档即可将 word 转成 html,并且有可编辑 html。编辑好了之后只需要点击上传就能将 html 生成访问链接
【文件预览】:
node-word-to-html-master
----.gitignore(14B)
----routes()
--------index.js(2KB)
----README.md(807B)
----views()
--------editor.pug(563B)
--------layout.pug(125B)
--------index.pug(570B)
--------error.pug(84B)
----bin()
--------www(2KB)
----public()
--------javascripts()
--------stylesheets()
----app.js(998B)
----package.json(669B)
----README_en.md(737B)