I've started learning about Blazor and want to create a cropping component that handles image cropping functionality with ease. I'm looking for a way to implement this without using third-party libraries or JavaScript.
Currently, I'm using the Cropper.Blazor package, but I'm considering developing my own cropping solution within Blazor apps. I'd appreciate any advice or suggestions on how to approach this.