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

@remirror/extension-sup

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/extension-sup

Add superscript formatting to your text editor.


Version published
Maintainers
1
Created

@remirror/extension-sup

Add superscript formatting to your text editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

# yarn
yarn add @remirror/extension-sup

# pnpm
pnpm add @remirror/extension-sup

# npm
npm install @remirror/extension-sup

Usage

The following code creates an instance of this extension.

import { SupExtension } from '@remirror/extension-sup';

const extension = new SupExtension();

FAQs

Package last updated on 07 Mar 2021

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