this React Project help you for how to upload image in CKEditor 5 with API URL and without use to any plugin
npm i axios --save
{
image: binary // form data
}
{
uploaded: true,
fileName: 'example',
url: 'https://example.com'
}
this React Project help you for how to upload image in CKEditor 5 with API URL and without use to any plugin
npm i axios --save
{
image: binary // form data
}
{
uploaded: true,
fileName: 'example',
url: 'https://example.com'
}