@ckeditor/ckeditor5-easy-image
Version:
Easy Image feature for CKEditor 5.
19 lines (18 loc) • 392 B
JSON
{
"plugins": [
{
"name": "Easy Image",
"className": "EasyImage",
"description": "An image upload tool with virtually zero server setup. The images are automatically rescaled, optimized, responsive and delivered through a CDN.",
"path": "src/easyimage.js",
"requires": [
"CloudServices",
[
"ImageBlock",
"ImageInline"
],
"ImageUpload"
]
}
]
}