@ckeditor/ckeditor5-editor-classic
Version:
Classic editor implementation for CKEditor 5.
30 lines (18 loc) • 1.5 kB
Markdown
CKEditor 5 classic editor implementation
========================================
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-classic)
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
[](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
The classic editor implementation for CKEditor 5.
This package contains the [`ClassicEditor`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html) class. Follow there to learn more about this type of editor and how to initialize it.
## Documentation
See the [`@ckeditor/ckeditor5-editor-classic` package](https://ckeditor.com/docs/ckeditor5/latest/api/editor-classic.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
## Installation
```bash
npm install ckeditor5
```
## License
Licensed under a dual-license model, this software is available under:
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
* or commercial license terms from CKSource Holding sp. z o.o.
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).