Getting Started with @lyfie/luthor
Install the package and peer dependencies:
pnpm add @lyfie/luthor react react-domImport the editor and styles:
import { ExtensiveEditor } from '@lyfie/luthor';import '@lyfie/luthor/styles.css';Then render:
<ExtensiveEditor />For deeper docs, continue with: