nhn / toast-ui.vue-image-editor

Toast UI Image Editor for Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add bindings for brush width, text style, etc.

yennor opened this issue · comments

It would be great if the component allows to directly bind to properties like textStyle, Brush, etc.
Right now I need to have my own event handlers to call setTextStyle or setBrush when the users changes any of those.
With the direct binding of the properties the whole thing would integrate a lot better into vue.