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'
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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'
}