Overview Demos Download

Downloads

Download the package that matches how you want to evaluate.

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

Use the HTML evaluation package first.

It gives your team the broader demo and docs library in one archive for quick local review.

Integrate next

Use the TS package for application work.

Install the wrapper when the next step is wiring RichTextEditor into a TypeScript project.

Inspect deeper

Use the source zip and test drive.

Review the source bundle or extract the lightweight test drive when you want a tighter technical pass.

Primary download

RichTextEditor HTML evaluation package

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.

HTML demos Docs included Loading size
Updated
Loading
SHA-256
Loading

TypeScript package

TypeScript package tarball

Install the compiled TypeScript wrapper, declarations, and bundled RichTextEditor runtime assets.

Version 0.1.0 Tarball Loading size
Updated
Loading
SHA-256
Loading
Download package

Quick trial

Standalone local test drive

Use one self-contained archive when you want to extract, serve, and test the editor quickly.

Standalone Quick trial Loading size
Updated
Loading
SHA-256
Loading
Download test drive

Source bundle

Full source zip

Inspect the TypeScript source, scripts, demo app, and build flow in one archive.

Source Demo included Loading size
Updated
Loading
SHA-256
Loading
Download source

Quick install

Install the package and point it at the bundled runtime.

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

Real metadata from the generated archives.

Archive
Size
Updated
SHA-256

Need to compare first?

Open the live demos before you download.