Full type safety, async initialization, and IntelliSense support. Install via npm or use the JavaScript API directly.
npm install ts-rich-text-editor
import { createRichTextEditor } from "ts-rich-text-editor";
const editor = await createRichTextEditor("#editor", { toolbar: "full" });