-
-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add an image from a buffer into a document? #91
Comments
Maybe related to #89 |
Can you try this? https://github.com/dolanmiu/docx/blob/feat/base64-image/demo/demo18.js |
It's just a bit strange for the API to offer I leave it to you to close this ticket or not, depending on whether you consider that there is an API problem or not. In any case: thank you again! |
Yes, I am in the process of remaking the API, i agree it is a bit convoluted |
Thanks a lot for your answer and your package! |
Hello,
I'm using docx@3.6.0.
The code below returns
doc.createDrawing is not a function
:What am I doing wrong?
The text was updated successfully, but these errors were encountered: