0.0.6 • Published 2 years ago
editorjs-font-family v0.0.6
editor-font-family
Font family inline tool developed for Editor.js.
Installation
Install via NPM or Yarn
Get the package
npm i editor-font-familyor
yarn add editor-font-familyInclude module in your application
import FontFamily from "editor-font-family";Usage
Add a new Tool to the tools property of the Editor.js initial config.
...
tools: {
...
fontFamily: FontFamily
}
...