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!