ckeditor5-background-color

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i ckeditor5-background-color

Weekly Downloads

0

Version

1.0.2

License

GPL-2.0-or-later

Unpacked Size

23.5 kB

Total Files

12

Last publish

Collaborators

  • rafanake