UNPKG

@ckeditor/ckeditor5-word-count

Version:

Word and character count feature for CKEditor 5.

12 lines (11 loc) 275 B
{ "plugins": [ { "name": "Word count", "className": "WordCount", "description": "Provides the possibility to track the number of words and characters written in the rich-text editor.", "docs": "features/word-count.html", "path": "src/wordcount.js" } ] }