Skip to content

Commit 5643fb1

Browse files
committed
Updated readme
1 parent 6ad7790 commit 5643fb1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
161170
Because Cropper returns an base64 string of the cropped image, the data can get very large for the SignalR connection.
162171
To prevent this, you can increase the max size of the SignalR connection in your Startup.cs.

0 commit comments

Comments
 (0)