@veryard/spacer

1.0.0 • Public • Published

Spacer Tool for Editor.js

Spacer Tool for the Editor.js.

Installation

Install via NPM

Get the package

npm i --save-dev @veryard/spacer

Include module at your application

const Spacer = require('@veryard/spacer');

Download to your project's source dir

  1. Upload folder dist from repository
  2. Add dist/bundle.js file to your page.

Usage

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

var editor = EditorJS({
  ...

  tools: {
    ...
    spacer: Spacer,
  }

  ...
});

Config Params

This Tool has no config params

Output data

This Tool returns empty object.

{
    "type" : "spacer",
    "data" : {}
}

Package Sidebar

Install

npm i @veryard/spacer

Weekly Downloads

73

Version

1.0.0

License

MIT

Unpacked Size

11.2 kB

Total Files

5

Last publish

Collaborators

  • bradveryard