Kiran Mathew Mohan

Results 74 comments of Kiran Mathew Mohan

@gaganjot-kaur3197 I also haven't worked on bringing support for external images to html-to-docx, so thats something that I could only take up whenever I become available. And like I said,...

Could you please post other details and the code you used?

@SensiateLeo Any chance you added a new element to the page or the html output of renderToStaticMarkup changed significantly? Also which version of html-to-docx do you use ?

@SensiateLeo Yes I guess, but cant say anything for sure, Could you please post the markup string here?

@SensiateLeo @zees98 I think its possibly an issue with the import because of the loader you are using, could you please console.log(HTMLtoDOCX), I think instead of a function, its getting...

Try out the following syntaxes ``` import name from "module-name"; import * as name from "module-name"; import { default as name } from "module-name"; ``` One of it should work...

@zees98 Can we try `import { HTMLtoDOCX } from 'html-to-docx';` as well? It's a fluke attempt, but I am out of ideas.

@zees98 @SensiateLeo could one of you make a sandbox repo for me also to reproduce this issue?

@zees98 I'm so happy that you could make it work by running it in the backend, but then again I wish it was working you for the frontend setup as...