New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@remirror/extension-font-size

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/extension-font-size

Add font size to the selected text, or text within the provided range.


Version published
Weekly downloads
44K
decreased by-6.53%
Maintainers
2
Weekly downloads
 
Created
Issues
197

@remirror/extension-font-size

Add font size to the selected text, or text within the provided range.

Version Weekly Downloads Bundled size Typed Codebase MIT License

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

FAQs

Package last updated on 26 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts