Choose your starting point
Install, inspect, or open examples immediately.
Use the package if you want to consume the editor, the source zip if you want to extend it, and the examples pack if you want ready-made pages.
Downloads
These files come from the real TypeScript build output and demo library used across this site, so teams can download, inspect, and test the editor with the same artifacts used across this site.
Choose your starting point
Use the package if you want to consume the editor, the source zip if you want to extend it, and the examples pack if you want ready-made pages.
Built for evaluation
The archives include typed output, runtime assets, and demonstration code you can open locally or adapt into your own project.
Test drive
Ready-to-run trial package with a single local demo page and bundled assets, built for users who just want to download, serve, and test the editor quickly.
Main package
Installable .tgz package containing the compiled TypeScript wrapper, declarations, and the synced richtexteditor runtime assets.
Source bundle
Includes src, scripts, public, and the TypeScript demo so you can build, debug, and extend the package locally.
Examples pack
Portable demo bundle with the expanded sample gallery, website scripts, styles, and bundled editor assets so you can open the examples locally and explore multiple integration patterns.
Quick start
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"
});
Evaluation strategy
If you are comparing against commercial suites like TinyMCE, CKEditor, or Froala, start with the standalone test drive and examples pack. If you are comparing against headless frameworks like Tiptap, Lexical, ProseMirror, or Slate, inspect the package and source zip to see how much editor plumbing is already handled.
Fastest trial
Best when you want to answer "can our team download this and see a working editor quickly?"
Best technical review
Best when you want to inspect the TypeScript wrapper, declarations, runtime loading, and shipping assets directly.
What is inside
Pick the archive that matches how you want to evaluate the editor first, then move to the others only if you need more depth.
Best when a user wants to download one zip, run a small local server, and test the editor immediately.
Best when you want to install the typed wrapper into an application and begin integration work quickly.
Best when you need to inspect TypeScript sources, scripts, runtime sync, and the demo build pipeline.
Best when you want a ready-made gallery of HTML examples covering compact, full, localized, and template scenarios.
Choosing the right download
Examples included
Alongside the original examples, the download package includes marketing, documentation, and localized editing scenarios. That gives teams a broader view of the editor before integration begins.
Start with the package, source, or examples zip depending on whether you are consuming, extending, or evaluating.
Use the expanded examples to compare editor configurations before wiring the package into your own app.
Move the same configuration patterns into your TypeScript project with typed setup and runtime loading.
What you get
Verified package facts
These values come from the actual downloadable files in this site, so teams can verify size, update date, and checksum before distributing or testing the package internally.