@blumacdigital/text-align-editorjs
Version:
Inline text-align plugin for editorjs.
33 lines (21 loc) • 609 B
Markdown
# 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
<br/>

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