I have used JCrop almost in all of my ASP.Net webform projects and its very handy tool and moving forward i have to start using ASP.Net Core or ASP.Net Blazor for new project and also to upgrade old webform based projects.
I am testing different things in blazor before i start upgrading and one of the things which i am finding difficult is how to use j Crop in blazor. i have used jCrop in a similar was as showing in this tutorials for webform projects.
I have looked of example on net but couldn't find much i need a pointer to move forward..
Per default, it is not possible to run JavaScript out of the box in Blazor regarding Microsoft:
And to run JavaScript in Blazor:
You can thus, make some manipulation to solve that. Please check Call JavaScript from .NET.