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
reactjs-tiptap-editor uses prosemirror-docx to generate Word files, but cannot generate images. The reason is that prosemirror-docx uses buffer-image-size when measuring the image size. This library uses Buffer API but it does not exist in the browser.
Hi, Nice to see you.
reactjs-tiptap-editor uses prosemirror-docx to generate Word files, but cannot generate images. The reason is that prosemirror-docx uses
buffer-image-size
when measuring the image size. This library uses Buffer API but it does not exist in the browser.The error:
Some detailed information: hunghg255/reactjs-tiptap-editor#35 (comment)
Related issue: #4 (comment)
I recommend using image-dimensions which is a cross-platform solution
The text was updated successfully, but these errors were encountered: