with help of this package you be able to change your text colors
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
})
npm install color-plugin-tool-editorjs