0.1.1 • Published 3 years ago

@operational-transformation/plaintext-editor v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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.