1.0.2 • Published 5 years ago

ckeditor5-background-color v1.0.2

Weekly downloads
25
License
GPL-2.0-or-later
Repository
github
Last release
5 years ago

CKEditor 5 Background Font Color Feature

Quick start

First, install the build from npm:

npm i ckeditor5-background-color

Use it in your JavaScript application:

import BackgroundColor from 'ckeditor5-background-color/src/backgroundcolor';
ClassicEditor
    .create( document.querySelector( '#editor' ), {
        plugins: [ BackgroundColor, ... ],
        toolbar: [ 'backgroundcolor', ... ]
    } )
    .then( ... )
    .catch( ... );

License

Licensed under the terms of GNU General Public License Version 2 or later.