JSPM

@remirror/extension-underline

1.0.0-next.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 85254
  • Score
    100M100P100Q170798F
  • License MIT

Add underline formatting to your text editor.

Package Exports

  • @remirror/extension-underline

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@remirror/extension-underline) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@remirror/extension-underline

Add underline formatting to your text editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

# yarn
yarn add @remirror/extension-underline@next @remirror/pm@next

# pnpm
pnpm add @remirror/extension-underline@next @remirror/pm@next

# npm
npm install @remirror/extension-underline@next @remirror/pm@next

Usage

The following code creates an instance of this extension.

import { UnderlineExtension } from '@remirror/extension-underline';

const extension = new UnderlineExtension();

Credits

This package was bootstrapped with monots.