@acf-int/editorjs-typograf

1.0.0 • Public • Published

Typograf Tool for Editor.js

Basic typograf tool for the Editor.js. Uses Typograf.js under the hood.

Installation

Get the package

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

Include module at your application

const TypografTool = require('@acf-int/editorjs-typograf');

Usage

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

var editor = EditorJS({
  ...

  tools: {
    ...
    typograf: TypografTool,
  }

  ...
});

Config Params

Will be soon!

Package Sidebar

Install

npm i @acf-int/editorjs-typograf

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

55.4 kB

Total Files

5

Last publish

Collaborators

  • it-fbk