Non-exported utils
Closed this issue · 4 comments
I have noticed that the source code contains text-editor and editable-text components, which seem like a great improvement from the vanilla JS - React mix from the Konva tutorial. I would like to ask why aren't they exported?
I didn't polish the implementation and API yet. As soon as it is ready I will make it public.
Is there a way to use this library so far? the library is mention in the official docs as the only way to change zindex in conva js with react https://konvajs.org/docs/react/Canvas_Portal.html
You can use it just fine. Portal
and Html
are already there and works very stable.
only way to change zindex in conva js with react
It is not the only way: https://konvajs.org/docs/react/zIndex.html
But I do recommend it when you need something like absolute position.