Any module/feature that would enable the user to edit an image in the App?

I have created an App which manage data tables that contain small images. I would like to know if something is possible to add a module to quickly edit an image. For example:

*Drag and drop two images to create a new one containing both OR
*Drag and drop an image and then add basic shapes (e.g. arrows)

Thx

Hi @Romain_Dupont

You can do that in a Custom Component, i.e. adding a library such as Fabric.js.

Hope this help.