@acf-int/editorjs-highlight-blocktune

1.0.0 • Public • Published

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!

Package Sidebar

Install

npm i @acf-int/editorjs-highlight-blocktune

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

422 kB

Total Files

9

Last publish

Collaborators

  • it-fbk