nhn / toast-ui.vue-image-editor

Toast UI Image Editor for Vue
MIT License
187 stars 41 forks source link

How I can create new shape or text inside circle object without create in other place and drag to that circle? #14

Open GHarutyunyan opened 5 years ago

GHarutyunyan commented 5 years ago

Version

Development Environment

Current Behavior

// Write example code

Expected Behavior

junghwan-park commented 5 years ago

@GHarutyunyan ImageEditor using fabric.js for canvas manipulation. fabric.js is not supporting to add texts into shape object(rect, triangle, circle... etc).