I have a project made in C#, ASP Net Core (2.1) with razor pages.
Now i need an image editor, usable by clients.
There's no need for cross-platform, so adding windows libs is ok.
Doesn't look like there's a telerik Image Editor control for MVC or Net Core, which is understandable.
However, when adding a windows compatibility package to a Net Core (razor) project, one should be able to do image editing.
My question is, is there an image editor control for this situation, or will there be in the future?
If not, is there an alternative to have a (controlled) image editor, where at least you can add text and images on top of another image?
Thanks.