Drawing plugin for ProseMirror

Hi, I had a look at Lexical editor and they have a pretty good drawing plugin, this one specifically. Is it possible to integrate it into ProseMirror editor or not due to the fact that it’s written in React? Or maybe there are better alternatives for drawing plugin for ProseMirror?

Not necessary React, I don’t think there is an available drawing plugin for Prosemirror, except if you choose to create one

You would add a NodeView and track the history. The official codemirror example does this: ProseMirror embedded editor example