editorjs-font-size
v0.0.4
Published
This is a font size plugin created for editorjs
Downloads
5
Maintainers
Readme
editor-font-size
Font size inline tool developed for Editor.js.
Installation
Install via NPM or Yarn
Get the package
npm i editor-font-size
or
yarn add editor-font-size
Include module in your application
import Fontsize from "editor-font-size";
Usage
Add a new Tool to the tools
property of the Editor.js initial config.
...
tools: {
...
fontsize: Fontsize
}
...