@editorjs/delimiter
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

Delimiter Tool for Editor.js

Delimiter Tool for the Editor.js.

Installation

Get the package

yarn add @editorjs/delimiter

Include module at your application

import Delimiter from '@editorjs/delimiter';

Optionally, you can load this tool from CDN JsDelivr CDN

Usage

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

var editor = EditorJS({
  ...

  tools: {
    ...
    delimiter: Delimiter,
  }

  ...
});

Config Params

This Tool has no config params

Output data

This Tool returns empty object.

{
    "type" : "delimiter",
    "data" : {}
}

Package Sidebar

Install

npm i @editorjs/delimiter

Weekly Downloads

26,013

Version

1.4.2

License

MIT

Unpacked Size

9.38 kB

Total Files

8

Last publish

Collaborators

  • codex-team