LineHeight plugin for CKEditor5
npm install ckeditor5-line-heightThe line height plugin for ckeditor5.
First, install the build from npm:
``bash`
yarn add ckeditor5-line-height
Use it in your application:
`js``
import LineHeight from 'ckeditor5-line-height';
Licensed under the terms of GNU General Public License Version 2 or later.