Start here
Use the HTML evaluation package first.
It gives your team the broader demo and docs library in one archive for quick local review.
Downloads
Start with the HTML evaluation archive for the full demo and docs library, then use the TS package when you are ready to wire RichTextEditor into a TypeScript app.
Start here
It gives your team the broader demo and docs library in one archive for quick local review.
Integrate next
Install the wrapper when the next step is wiring RichTextEditor into a TypeScript project.
Inspect deeper
Review the source bundle or extract the lightweight test drive when you want a tighter technical pass.
Primary download
Built from the current richtexteditorhtml bundle. It includes the homepage, demo library,
documentation pages, images, styles, patch scripts, and the RichTextEditor runtime so teams can extract
it and review the product locally.
TypeScript package
Install the compiled TypeScript wrapper, declarations, and bundled RichTextEditor runtime assets.
Quick trial
Use one self-contained archive when you want to extract, serve, and test the editor quickly.
Source bundle
Inspect the TypeScript source, scripts, demo app, and build flow in one archive.
Quick install
npm install ./ts-rich-text-editor-0.1.0.tgz
import { createRichTextEditor } from "ts-rich-text-editor";
const editor = await createRichTextEditor("#editor", {
toolbar: "full"
}, {
basePath: "/richtexteditor"
});
Verified package facts
Need to compare first?