Skip to content

matin-mortazavi/color-plugin-editorjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

color-plugin-editorjs

with help of this package you be able to change your text colors

How to use

import ColorTool from "color-plugin-editorjs"


const editor = new EditorJS({ 
//...rest of your code
  
  tools: { 
    color : {
      class : ColorTool ,
      config : {
        icon : //your icon path (SVG ,image , ...)  OPTIONAL
    }, 
  }

//...rest of your code
})

Installation

npm install color-plugin-tool-editorjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published