how to make custom class in fabric js using fabric.Textbox Class override?
问题 I am using FabricJS version : 3.6.3 I want to make new FabricJS class called : Button So that I have extend one class called Textbox from fabric js, which will Draw a Rectangle behind Text and it looking like a button. But Problem is that, I can't set height to that Button because height is not allow in Texbox object. I want to set Height and Width to Button object. Width is working Properly due to Textbox . it will also warp Text if width keep smaller then text width, and can be editable by