Sun Jun 05 2022 21:12:31 GMT+0000 (UTC)
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 }) */
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments