UNPKG

react-toxic-editor

Version:

react-toxic-editor is a high-quality, feature-rich React-based text editor that offers a seamless user experience. With the ability to add images, links, and more, react-toxic-editor is the perfect solution for anyone looking for a powerful and flexible t

9 lines (7 loc) 369 B
const UNDO = 'undo redo' const TEXT_STYLE = 'bold italic underline strikethrough' const COLOR = 'forecolor backcolor' const FONT = 'fontfamily fontsize blocks' const ALIGN = 'alignleft aligncenter alignright alignjustify' const FS = 'fullscreen' export default `${UNDO} | ${FS} link | ${TEXT_STYLE} | ${COLOR} | ${FONT} | ${ALIGN} | customInsertButton | image | code`