0.0.6 • Published 1 year ago

editorjs-font-family v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

editor-font-family

Font family inline tool developed for Editor.js.

Installation

Install via NPM or Yarn

Get the package

npm i editor-font-family

or

yarn add editor-font-family

Include 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
  }
  ...
0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago