URL.createObjectURL adapter for CKEditor 5
This package implements a CKEditor 5 upload adapter compatible with browser URL.createObjectURL.
Documentation
ClassicEditor
.create( document.querySelector( '#editor' ), {
extraPlugins: [ CreateObjectUrlUploadAdapter ],
} )
.catch( error => {
console.log( error );
} );
Check out the {@link features/image-upload/image-upload comprehensive "Image upload overview"} to learn about other ways to upload images into CKEditor 5.
License
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md
file.