docx2html - npm

PHOTO EMBED

Sun Jun 05 2022 21:12:31 GMT+0000 (Coordinated Universal Time)

Saved by @Anzelmo

const docx2html=require("docx2html")
docx2html(input.files[0])
/** you can do further with utilities in converted html
	.then(html=>{
		//html.toString()
		//html.asZip/download/save
	})
*/
content_copyCOPY

https://www.npmjs.com/package/docx2html