1.0.0 • Published 2 years ago

@acf-int/editorjs-typograf v1.0.0

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

npm.io

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!