editorjs-text-underline

1.0.1 • Public • Published

editorjs-text-underline

Editorjs inline tool: Text underline

Install

  • yarn add editorjs-text-underline
  • npm i editorjs-text-underline

Usage

Add a new Tool to the tools property of the Editor.js initial config.

const TextUnderline = require("editorjs-text-underline")
var editor = EditorJS({
  ...
  
  tools: {
    ...
    underline: TextUnderline,
  }
  
  ...
});

Package Sidebar

Install

npm i editorjs-text-underline

Weekly Downloads

18

Version

1.0.1

License

ISC

Unpacked Size

4.2 kB

Total Files

3

Last publish

Collaborators

  • mrbaobao