0.0.4 • Published 2 years ago

editorjs-font-size v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago