File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Enhance your .NET Blazor applications with seamless image cropping functionality
1111- [ Usage] ( #usage )
1212 - [ Interactive Methods] ( #interactive-methods )
1313 - [ Options] ( #options )
14+ - [ Events] ( #events )
15+ - [ Important] ( #important )
1416- [ Roadmap] ( #roadmap )
1517- [ Built With] ( #built-with )
1618- [ Authors] ( #authors )
@@ -157,6 +159,13 @@ The following options are available to use atm. To read more about them consider
157159 - Type : bool
158160 - Default : true
159161
162+ ### Events
163+ -- -
164+ The following events are available to use atm . To read more about them consider using the official [Cropper .js documentation ](https :// github.com/fengyuanchen/cropperjs/blob/main/README.md#events)
165+
166+ - ** Ready ** :
167+ - This event fires when the target image has been loaded and the cropper instance is ready for operating .
168+
160169## Important
161170Because Cropper returns an base64 string of the cropped image , the data can get very large for the SignalR connection .
162171To prevent this , you can increase the max size of the SignalR connection in your Startup .cs .
You can’t perform that action at this time.
0 commit comments