npm.io
3.0.2 • Published 1 year ago

@remirror/preset-formatting

Licence
MIT
Version
3.0.2
Deps
16
Size
20 kB
Vulns
0
Weekly
0
Stars
3.0K

@remirror/preset-formatting

A preset with all the formatting node and mark extensions included.

Version Weekly Downloads Bundled size Typed Codebase MIT License


Installation

# yarn
yarn add @remirror/preset-formatting

# pnpm
pnpm add @remirror/preset-formatting

# npm
npm install @remirror/preset-formatting

Usage

The following creates an instance of the preset.

import { formattingPreset } from 'remirror/extensions';

// Create the preset which returns an array of extensions.
const extensions = formattingPreset();

Keywords