React Quill
custom해서 쓴 코드//호출{ setEditorHtml(html); setIsEditing(true); }} modules={{ toolbar: [ ["bold", "italic", "underline", "strike"], ['image', 'video'], [{color:[]},{background:[]}], [{align:[]}, { list: 'ordered' }, { list: 'bullet' }, { indent: '-1' }, { indent: '+1' }], ..
2024. 9. 26.