A fork from https://www.jsdelivr.com/package/npm/@canburaks/text-align-editorjs
Updated with type="button" to prevent unwanted form submissions
npm i @blumacdigital/text-align-editorjs
import TextAlign from "blumac-digital-ltd/text-align-editorjs"
const editor = new EditorJS({
holder: 'editorjs',
tools: {
textAlign:TextAlign
},
})
MIT.