@blumacdigital/text-align-editorjs
v1.1.14
Published
Inline text-align plugin for editorjs.
Readme
Inline text-align plugin for editorjs.
A fork from https://www.jsdelivr.com/package/npm/@canburaks/text-align-editorjs
Updated with type="button" to prevent unwanted form submissions

Installation
npm i @blumacdigital/text-align-editorjsUsage
import TextAlign from "blumac-digital-ltd/text-align-editorjs"
const editor = new EditorJS({
holder: 'editorjs',
tools: {
textAlign:TextAlign
},
})
License
MIT.
