konvajs / react-konva

React + Canvas = Love. JavaScript library for drawing complex canvas graphics using React.
https://konvajs.github.io/docs/react/
MIT License
5.8k stars 260 forks source link

Is a native Text Editor coming soon? #773

Closed jonathanrstern closed 1 year ago

jonathanrstern commented 1 year ago

@lavrton Right now, I'm using react-konva-utils's Html element to add a textarea to my Konva when a user double clicks.

It works, but I'm looking for something better.

Do you know of any Konva projects with full, rich text editor functionality?

lavrton commented 1 year ago

In Konva discord community there is a is person who is working on a Rich Text library on the canvas. I also have plans to play with https://github.com/Hufe921/canvas-editor and possible make an integration.

jonathanrstern commented 1 year ago

Thank you @lavrton!!