1.0.1 • Published 5 years ago

editorjs-text-underline v1.0.1

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
5 years ago

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,
  }
  
  ...
});
1.0.1

5 years ago

1.0.0

5 years ago