I want to put textboxes (that can be edited) on a HTML5 canvas. (Example : like in a "Paint" software, you can create textboxes).
Is it really needed to use third-party libraries such as https://github.com/claydotio/Canvas-Input in order to do such a basic thing? Isn't there no simple solution for creating textboxes in a HTML5 canvas?
If so, is there are a library (for Textbox inside ) that is considered as standard?