UNPKG

textcrafter

Version:

TextCrafter: A modern, customizable rich text editor for React. Supports rich formatting, media embedding and real-time collaboration. Ideal for content creators.

7 lines (6 loc) 245 B
import './styles/editor.css'; import Editor, { EditorProps } from './components/Editor'; import Toolbar, { ToolbarProps } from './components/Toolbar'; export { Editor, Toolbar }; export type { EditorProps, ToolbarProps }; export default Editor;