Chronostasys / Blazor.Cropper

A blazor library provides component to crop image
MIT License
84 stars 19 forks source link

[Feature] Lock image option. #25

Closed TanvirArjel closed 3 years ago

TanvirArjel commented 3 years ago

We should add a lock image option that will lock the image so that it cannot be moved.

Design:

  1. A public property called IsImageLocked will be added to the Cropper component.
  2. Default value will be true, i.e image will be locked by default.