feat: add image handling capabilities to rich text editor with drag-and-drop support, resizing, and markdown integration

This commit is contained in:
2025-10-22 17:38:06 +08:00
parent 3491ae339d
commit 79fe02e307
10 changed files with 1287 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ const theme: EditorThemeClasses = {
tableCell: 'editor-table-cell',
tableCellHeader: 'editor-table-cell-header',
hr: 'editor-hr',
image: 'editor-image',
};
export default theme;