@turbodocx/html-to-docx 1.9.9 → 1.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -81,6 +81,8 @@ full fledged examples can be found under `example/`
81
81
  - `defaultOrderedListStyleType` <?[String]> default ordered list style type. Defaults to `decimal`.
82
82
  - `decodeUnicode` <?[Boolean]> flag to enable unicode decoding of header, body and footer. Defaults to `false`.
83
83
  - `lang` <?[String]> language localization code for spell checker to work properly. Defaults to `en-US`.
84
+ - `preProcessing` <?[Object]>
85
+ - `skipHTMLMinify` <?[Boolean]> flag to skip minification of HTML. Defaults to `false`.
84
86
  - `footerHTMLString` <[String]> clean html string equivalent of footer. Defaults to `<p></p>` if footer flag is `true`.
85
87
 
86
88
  ### Returns