Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 1.52 KB

easy-image.md

File metadata and controls

34 lines (21 loc) · 1.52 KB
category
api-reference

CKEditor 5 Easy Image with Cloud Services

npm version

This package implements the {@link features/image#image-upload Easy Image} feature for CKEditor 5.

Easy Image lets you easily insert images which are automatically rescaled, optimized, responsive and delivered through a blazing-fast CDN. It integrates automatically with the CKEditor Cloud Services.

Documentation

See the {@link features/easy-image "Easy Image integration" guide} and the {@link module:easy-image/easyimage~EasyImage plugin documentation} to learn how to enable the integration.

Check out the {@link features/image-upload comprehensive "Image upload" guide} to learn about other ways to upload images into CKEditor 5.

Installation

npm install --save @ckeditor/ckeditor5-easy-image

Contribute

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

External links