8
0

core.md 1014 B


category: api-reference

CKEditor 5 core editor architecture

npm version

This package implements the core editor architecture – a set of classes and interfaces which glue all the things together.

Documentation

See the introduction to the {@link framework/guides/architecture/intro#Core-editor-architecture core editor architecture}.

Installation

npm install --save @ckeditor/ckeditor5-core

Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-core.

External links