editable Text option in kinetic js

前端 未结 3 1042
南旧
南旧 2020-12-17 04:52

I want to add Textbox or editable element to give the user the option to edit the text.

This is my current code:

var text = new Kinetic.         


        
3条回答
  •  情书的邮戳
    2020-12-17 05:49

    I've made an attempt for an actual KinetiJS plugin with editable text functionality.

    I know it's reinventing the wheel, when you can just hover a textarea, but why not have it only in canvas too.

    Check the plugin out at: https://github.com/nktsitas/kineticjs-editable-text

提交回复
热议问题