1.1.0 • Published 3 years ago

@canburaks/text-align-editorjs v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Inline text-align plugin for editorjs.

Text alignment with a button that tries all options (left, center, right, justify) in turn respectively.

text-align plugin editorjs

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.