I currently have an app where the uploaded images need to be converted to the webp format. Currently I do this by observing my model, looping over the editor blocks and sending out jobs to convert the images from the block data. However, it would be nice if this package could thrown an event whenever an image has been successfully uploaded.
What do you think about this idea? I can implement it I think. Just wanted to get an opinion of the maintainer(s) first before I sink some time in it.
It would definitely make our codebase cleaner, and I'm sure other people can find a use for the events if they need to do some extra post-processing with images.
Hello,
I currently have an app where the uploaded images need to be converted to the webp format. Currently I do this by observing my model, looping over the editor blocks and sending out jobs to convert the images from the block data. However, it would be nice if this package could thrown an event whenever an image has been successfully uploaded.
What do you think about this idea? I can implement it I think. Just wanted to get an opinion of the maintainer(s) first before I sink some time in it.
It would definitely make our codebase cleaner, and I'm sure other people can find a use for the events if they need to do some extra post-processing with images.
Cheers.