8
0

image.md 1.1 KB


category: api-reference

CKEditor 5 image feature

npm version

This package implements the image feature. The feature is introduced in a grannular form implemented by a couple of plugins.

Documentation

See the {@link features/image Image feature} guide and the following plugins documentation:

  • {@link module:image/image~Image}
  • {@link module:image/imagetoolbar~ImageToolbar}
  • {@link module:image/imagecaption~ImageCaption}
  • {@link module:image/imagestyle~ImageStyle}

Installation

npm install --save @ckeditor/ckeditor5-image

Contribute

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

External links