You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this has two problems. First, the package isn't called foobar ("Use npm to install html-to-docx"), but more importantly, it's missing the code that shows how to get HTMLtoDOCX: is it import { HTMLtoDOCX } from "html-to-docx"? Is it import HTMLtoDOCX from "html-to-docx"? Is it something else?
It would be good to update the README.md to address this omission.
The text was updated successfully, but these errors were encountered:
The README.md currently contains:
But this has two problems. First, the package isn't called
foobar
("Use npm to install html-to-docx"), but more importantly, it's missing the code that shows how to getHTMLtoDOCX
: is itimport { HTMLtoDOCX } from "html-to-docx"
? Is itimport HTMLtoDOCX from "html-to-docx"
? Is it something else?It would be good to update the README.md to address this omission.
The text was updated successfully, but these errors were encountered: