During my recent project, I utilized Dropzone.js for image uploads. However, I am now interested in transforming the dropzone area into an actual image.
For instance, if there is a "featured image" attached to an article, users should be able to drag and drop a new image onto the existing one to replace it.
I am only concerned about configuring the front end, not the backend. While I have come across some similar examples, I am curious if it's feasible to customize Dropzone.js for this purpose?