Evgeni B.

Results 12 comments of Evgeni B.

@rowanc1 OK, so I managed that to work. The only problem I have is with: ```js const opts = { getImageBuffer(src: string) { return anImageBuffer; }, }; ``` Can't render...

I just followed your instructions. 🙂 Something like that: ```ts import { Editor } from "@tiptap/react"; import { writeDocx, DocxSerializer, defaultNodes, defaultMarks } from 'prosemirror-docx'; // tiptap has these camelCased...