This package implements the word count feature for CKEditor 5. You can use it to obtain amount of words and/or characters from the editor.
Check out the {@link features/word-count#demo demo in the Word count feature} guide.
See the {@link features/word-count Word count feature} guide and the {@link module:word-count/wordcount~WordCount} plugin documentation.
npm install --save @ckeditor/ckeditor5-word-count
The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-word-count.