UNPKG

@rickx/ckeditor5-upload-adapter

Version:
17 lines (16 loc) 536 B
{ "plugins": [ { "name": "image upload adapter", "className": "ImageUploadAdapter", "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.", "path": "src/ImageUploadAdapter.js" }, { "name": "Custom upload adapter", "className": "CustomUploadAdapter", "description": "An image upload tool.", "path": "src/CustomUploadAdapter.js" } ] }