Skip to content

codinova-tech/editorjs-inline-font-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Size tool

Font size inline tool for the Editor.js.

Installation

Install via NPM or Yarn

Get the package

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

or

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

Include module in your application

const FontSizeTool = require('editorjs-inline-font-size-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: {
    ...
    fontSize: FontSizeTool
  }
  ...
});

About

Inline-tool to change font-size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •