Detalhes do pacote

@remirror/extension-diff

remirror184.9kMIT3.0.2

Track diffs between your json documents.

remirror, extension

readme (leia-me)

@remirror/extension-diff

Track user changes in your remirror editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

# yarn
yarn add @remirror/extension-diff

# pnpm
pnpm add @remirror/extension-diff

# npm
npm install @remirror/extension-diff

This is included by default when you install the recommended remirror package. All exports are also available via the entry-point, remirror/extensions.

Usage

The following code creates an instance of this extension.

import { DiffExtension } from 'remirror/extensions';

const extension = new DiffExtension();