--- category: api-reference --- # CKEditor 5 image feature [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-image.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-image) This package implements the image feature for CKEditor 5. The feature is introduced in a granular form implemented by a couple of plugins. ## Demo Check out the demos in the {@link features/image Image feature} guide. ## Documentation See the {@link features/image Image feature} guide and the documentation of the following plugins: * {@link module:image/image~Image} * {@link module:image/imagecaption~ImageCaption} * {@link module:image/imagestyle~ImageStyle} * {@link module:image/imagetextalternative~ImageTextAlternative} * {@link module:image/imagetoolbar~ImageToolbar} * {@link module:image/imageupload~ImageUpload} ## Installation ```bash npm install --save @ckeditor/ckeditor5-image ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-image. ## External links * [`@ckeditor/ckeditor5-image` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-image) * [`ckeditor/ckeditor5-image` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-image) * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues) * [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)