1.0.3 • Published 5 years ago

ckeditor5-foreground-color v1.0.3

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

CKEditor 5 Foreground Color Feature

Quick start

First, install the build from npm:

npm i ckeditor5-foreground-color

Use it in your JavaScript application:

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

License

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