word-to-html
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,3 +1,6 @@ | ||
# 3.0.1 | ||
- [fix] dir not found, writefile error | ||
# 3.0.0 | ||
- [feature] support images | ||
- [feature] support font color and font size |
{ | ||
"name": "word-to-html", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "convert docx files to html", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -32,4 +32,4 @@ # word-to-html | ||
### zipReady | ||
- callback <Function> | ||
- zip <admZip> | ||
- callback `<Function>` | ||
- zip `<admZip>` | ||
@@ -36,0 +36,0 @@ you can use `zip` to get any resource you need, like images; [adm-zip](https://www.npmjs.com/package/adm-zip) |
@@ -79,3 +79,3 @@ const path = require('path') | ||
fs.writeFile(this.outputfile, htmlRes, (err) => { | ||
fs.outputFile(this.outputfile, htmlRes, (err) => { | ||
if (err) throw err; | ||
@@ -82,0 +82,0 @@ console.log(`${this.outputfile} is ok`); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21103
0