1.0.0 • Published 2 years ago

@acf-int/editorjs-highlight-blocktune v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

npm.io

Highlight Blocktune for Editor.js

Basic highlight blocktune for the Editor.js.

Installation

Get the package

npm i --save @acf-int/editorjs-highlight-blocktune
# or
yarn add @acf-int/editorjs-highlight-blocktune

Include module at your application

const HighlightBlocktune = require('@acf-int/editorjs-highlight-blocktune');

Usage

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

var editor = EditorJS({
  ...

  tools: {
    ...
    highlight: HighlightBlocktune,
  },
  tunes: ['highlight'],

  ...
});

Config Params

Will be soon!