@remirror/extension-font-size
v3.0.1
Published
Add font size to the selected text, or text within the provided range.
Downloads
147,475
Readme
@remirror/extension-font-size
Add font size to the selected text, or text within the provided range.
Installation
# yarn
yarn add @remirror/extension-font-size
# pnpm
pnpm add @remirror/extension-font-size
# npm
npm install @remirror/extension-font-size
Usage
The following code creates an instance of this extension.
import { FontSizeExtension } from '@remirror/extension-font-size';
const extension = new FontSizeExtension();