Status title 릴리즈 Release 2.4.0 이상or Above
It is the plugin that allows the user to edit image in SynapEditor with image editor provided by TOAST UI.
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
//... 'editor.toolbar': [ //..., 'tuiImageEditor', //... ], // ... |
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
//...
'editor.balloon': {
//...
'image': [
//...
'tuiImageEditor',
//...
],
//...
}
//... |
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
//...
'editor.menu.definition': {
//...,
'tools': [
//...,
'tuiImageEditor',
//...
],
//...
},
//... |
...