Skip to content

Commit 8119fa6

Browse files
committed
Updated Readme
1 parent f32115e commit 8119fa6

1 file changed

Lines changed: 32 additions & 5 deletions

File tree

readme.md

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ The following options are available to use atm. To read more about them consider
136136
- **AspectRatio**:
137137
- Type: double
138138
- Default: double.NaN
139+
- **Preview**:
140+
- Type: string
141+
- Default: ""
139142
- **Responsive**:
140143
- Type: bool
141144
- Default: true
@@ -190,9 +193,33 @@ The following options are available to use atm. To read more about them consider
190193
- **WheelZoomRatio**:
191194
- Type: double
192195
- Default: 0.1
196+
- **CropBoxMovable**:
197+
- Type: bool
198+
- Default: true
199+
- **CropBoxResizable**:
200+
- Type: bool
201+
- Default: true
193202
- **ToggleDragModeOnDblclick**:
194203
- Type: bool
195204
- Default: true
205+
- **MinContainerWidth**:
206+
- Type: double
207+
- Default: 200
208+
- **MinContainerHeight**:
209+
- Type: double
210+
- Default: 100
211+
- **MinCanvasWidth**:
212+
- Type: double
213+
- Default: 0
214+
- **MinCanvasHeight**:
215+
- Type: double
216+
- Default: 0
217+
- **MinCropBoxWidth**:
218+
- Type: double
219+
- Default: 0
220+
- **MinCropBoxHeight**:
221+
- Type: double
222+
- Default: 0
196223

197224
### Events
198225
---
@@ -219,10 +246,10 @@ services.AddSignalR(options =>
219246

220247
- [x] Add Cropper.js
221248
- [ ] Add more Methods
222-
- [ ] Add last Options
223-
- [ ] Preview
224-
- [ ] CropBox and Canvas height, width
225-
- [ ] Add Events
249+
- [X] Add last Options
250+
- [X] Preview
251+
- [X] CropBox and Canvas height, width
252+
- [X] Add Events
226253
- [ ] Add more Examples
227254
- [ ] Add ready to use MudBlazor component
228255
- [ ] Add ready to use html component
@@ -243,4 +270,4 @@ services.AddSignalR(options =>
243270
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
244271

245272
## Closing Words
246-
Feel free to use this project. As this is my first Nuget project I would appreciate feedback in the form of feature requests or bugs.
273+
Feel free to use this project. As this is my first Nuget project I would appreciate feedback in the form of feature requests or bugs.

0 commit comments

Comments
 (0)