@canburaks/text-align-editorjs
v1.1.0
Published
Inline text-align plugin for editorjs.
Downloads
623
Readme
Inline text-align plugin for editorjs.
Text alignment with a button that tries all options (left, center, right, justify) in turn respectively.
This is my first contribution to public. Therefore, it is highly probable to face an issue.
yarn add @canburaks/text-align-editorjs
import TextAlign from "@canburaks/text-align-editorjs"
const editor = new EditorJS({
holder: 'editorjs',
tools: {
textAlign:TextAlign
},
})
License
MIT.