npm.io
3.0.2 • Published 1 year ago

@remirror/preset-wysiwyg

Licence
MIT
Version
3.0.2
Deps
23
Size
97 kB
Vulns
0
Weekly
0
Stars
3.0K

@remirror/preset-wysiwyg

The preset for your wysiwyg editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License


Installation

# yarn
yarn add @remirror/preset-wysiwyg

# pnpm
pnpm add @remirror/preset-wysiwyg

# npm
npm install @remirror/preset-wysiwyg

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


Usage

This preset is designed to be used with the CorePreset from remirror/presets.

The following creates an instance of the preset.

import { createCoreManager, wysiwygPreset } from 'remirror/extensions';

// Create a manager which contains the wysiwyg preset.
const manager = createCoreManager(() => wysiwygPreset());

Keywords