0.0.4 • Published 1 year ago

editorjs-font-size v0.0.4

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

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
  }
  ...
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago