@remirror/preset-wysiwyg
TypeScript icon, indicating that this package has built-in type declarations

2.0.19 • Public • Published

@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());

/@remirror/preset-wysiwyg/

    Package Sidebar

    Install

    npm i @remirror/preset-wysiwyg

    Weekly Downloads

    24,416

    Version

    2.0.19

    License

    MIT

    Unpacked Size

    98.6 kB

    Total Files

    10

    Last publish

    Collaborators

    • ocavue
    • ifiokjr