eoussama/eo-textdraw-editor

๐Ÿ“œ Review properties

eoussama opened this issue ยท 3 comments

Add the remaining properties for all elements respectively.

Resources:

Meta properties:

  • id: Element id (string; randomly generated)
  • type: Element type (enum; box, text, sprite, preview)
  • name: Element name, used to blend in the UI (string; generated default value)

Other properties

  • backgroundColor
  • position
  • size
  • color
  • backgroundColor
  • useBox #10
  • shadow
  • outline
  • alignment
  • global
  • selectable
  • font
  • text

useBox should add a box element underneath the text element.
More investigation should be made as to the box color and size. #10