@canburaks/text-align-editorjs

1.1.0 • Public • Published

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.

/@canburaks/text-align-editorjs/

    Package Sidebar

    Install

    npm i @canburaks/text-align-editorjs

    Weekly Downloads

    45

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    12.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • canburaks