UNPKG

strapi-plugin-jodit-editor

Version:

A powerful rich text editor plugin for Strapi v5 using the Jodit Editor with advanced formatting capabilities and seamless integration with Strapi's media library.

5 lines (4 loc) 226 B
// JoditInput is dynamically imported in index.ts for code splitting // Do not export it statically here to allow proper chunk separation export { Initializer } from './Initializer'; export { PluginIcon } from './PluginIcon';