privateOmega / html-to-docx

HTML to DOCX converter
MIT License
373 stars 140 forks source link

browser webpack error #229

Closed MrFane closed 9 months ago

MrFane commented 9 months ago

Hi, I installed the package with "npm install html-to-docx" and now I want to use it in the browser so I wrote the import "import HTMLtoDOCX from "html-to-docx";" but when I run the webpack build it gives me "error Command failed with exit code 1."

What did I do wrong? Is this supported on browser?