![]()
It is the plugin that allows the user to edit image in SynapEditor with image editor provided by TOAST UI.

<link rel="stylesheet" href="URL of tuiImageEditor.min.css"> <script src="URL of tuiImageEditor.min.js"></script> |
You may add the button to toolbar and menu with 'tuiImageEditor', the name of the plugin.
//... 'editor.toolbar': [ //..., 'tuiImageEditor', //... ], // ... |
//...
'editor.balloon': {
//...
'image': [
//...
'tuiImageEditor',
//...
],
//...
}
//... |
//...
'editor.menu.definition': {
//...,
'tools': [
//...,
'tuiImageEditor',
//...
],
//...
},
//... |