UNPKG
html-doc-js
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
js-export-word
github.com/renqiankun/export-word
renqiankun/export-word
html-doc-js
/
src
/
main.js
11 lines
(7 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
App
from
'./app'
async
function
exportWord
(
dom, config
) {
const
installApp =
new
App
(dom, config)
await
installApp.
init
() installApp.
exportWord
() }
export
default
exportWord