@acf-int/editorjs-typograf
v1.0.0
Published
Typograf plugin for editor.js
Downloads
2
Maintainers
Readme
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-typografInclude 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!
