1.0.5 • Published 5 years ago

editorjs-block-center v1.0.5

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

editorjs-block-center

Editorjs block tool: Center paragraph

Install

  • yarn add editorjs-block-center
  • npm i editorjs-block-center

Usage

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

const Center = require("editorjs-block-center")
var editor = EditorJS({
  ...
  
  tools: {
    ...
    center: {
      class: Center,
      inlineToolbar: true, //true | false
    },
  }
  
  ...
});
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago