UNPKG

@ckeditor/ckeditor5-upload

Version:

Upload feature for CKEditor 5.

19 lines (18 loc) 767 B
{ "plugins": [ { "name": "Base64 upload adapter", "className": "Base64UploadAdapter", "description": "An image upload tool. It converts images inserted into the rich-text editor into Base64-encoded strings in the editor output.", "docs": "features/images/image-upload/base64-upload-adapter.html", "path": "src/adapters/base64uploadadapter.js" }, { "name": "Simple upload adapter", "className": "SimpleUploadAdapter", "description": "An image upload tool. It allows for uploading images to an application running on your server using the <code>XMLHttpRequest</code> API with a minimal editor configuration.", "docs": "features/images/image-upload/simple-upload-adapter.html", "path": "src/adapters/simpleuploadadapter.js" } ] }