Modular architecture
Build your editor with composable parts and clear contracts.
import { ModuloEditor } from '@lakamark/modulo-editor';
import '@lakamark/modulo-editor/style.css';
ModuloEditor
.create('[data-mo-editor]')
.init();ModuloEditor is designed as a framework-agnostic editor.
You can integrate it into React, Vue, Svelte, Laravel, or any frontend stack using the vanilla JavaScript API.
Official framework integrations are currently under active development.
Community wrappers and custom integrations are fully encouraged in the meantime.
The first official React integration will be released later as a dedicated package.