8
0

engine.md 988 B


category: api-reference

CKEditor 5 editing engine

npm version

Editing engine is the heart of CKEditor 5. It is a framework for implementing editing features.

Documentation

See the introduction to the {@link framework/guides/architecture/intro#Editing-engine editing engine architecture}.

Installation

npm install --save @ckeditor/ckeditor5-engine

Contribute

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

External links