word-to-html
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "word-to-html", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "convert docx files to html", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -14,3 +14,3 @@ # word-to-html | ||
If a line of words have different font-family or font-size in your .docx, it can not convert | ||
your .docx to html expectly in nodejs, but this can fix in the browsers such as chrome. because | ||
your .docx to html expectly in nodejs, but this can be fixed in the browsers such as chrome. because | ||
the npm package `jsdom` can not realize the `DOMParser`'s function perfectly. | ||
@@ -17,0 +17,0 @@ So if you want to convert the font-family and font-size exactly, you can see how to use `word2html.js` in browsers! |
27170