Gulix / geckos

An online Card Editor with Templates
http://gulix.github.io/geckos/
Other
49 stars 18 forks source link

Editable field on the card #175

Open Gulix opened 7 years ago

Gulix commented 7 years ago

Kind of like Magic Set Editor, it could be useful to have some card fields (HP, Name, Description, ...) that can be edited directly on the card (right part), and not on the Card Fields (left part).

Currently, we use the FabricJS.StaticCanvas, which don't enable such use. What would that imply using the normal canvas method (needing to lock every other elements, and limiting the textboxes to text-change only) ?