0.0.3 • Published 9 months ago

editorjs-inline-font-tool v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

npm.io

Font Family tool

Font family inline tool for the Editor.js.

Installation

Install via NPM or Yarn

Get the package

npm i --save-dev editorjs-inline-font-family-tool

or

yarn add editorjs-inline-font-family-tool --dev

Include module in your application

const FontFamily = require('editorjs-inline-font-family-tool');

Upload to your project's source dir

  1. Download folder dist from repository
  2. Add dist/bundle.js file to your page.

Usage

Add a new Tool to the tools property of the Editor.js initial config.

var editor = EditorJS({
  ...
  
  tools: {
    ...
    fontFamily: FontFamily
  }
  ...
});
0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago