tinymce-line-height-plugin
tinymce-line-height-plugin copied to clipboard
NPM? How to use?
Hi. Has somebody used it with NPM? Can't figure out how to import it into tinymce, or it's not ready to use it like that?
Something like:
import lineHeight from 'tinymce-line-height-plugin';
tinymce.init({
plugins: 'lineHeight',
toolbar: 'lineheightselect'
})