This package has been deprecated

Author message:

This package has been deprecated in-favour of @otjs/plaintext-editor

@operational-transformation/plaintext-editor
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@operational-transformation/plaintext-editor

Editor Client module to Synchronise Plain Text changes across multiple clients.

Usage

import { EditorClient, IDatabaseAdapter, IEditorAdapter } from "@operational-transformation/plaintext-editor";

const databaseAdapter: IDatabaseAdapter = ...;
const editorAdapter: IEditorAdapter = ...;

const editorClient = new EditorClient(databaseAdapter, editorAdapter);

Note: API Guidelines will be provided with the package.

/@operational-transformation/plaintext-editor/

    Package Sidebar

    Install

    npm i @operational-transformation/plaintext-editor

    Weekly Downloads

    780

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    122 kB

    Total Files

    6

    Last publish

    Collaborators

    • bprogyan