Skip to content

Commit 41b810a

Browse files
committed
Fix readme
1 parent 7e72d3a commit 41b810a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Disables the default "pinch with two fingers to zoom" user interaction **on mobi
252252
- default: `false`
253253

254254
#### <s>reverse-zooming-gesture</s>
255-
**Deprecated** @v0.0.20+ Please use `reverse-scroll-to-zoom` instead. The name isn't proper because you can not reverse pinch to zoom.
255+
**Deprecated** Please use `reverse-scroll-to-zoom` instead.
256256

257257
Reverses the zoom-in/zoom-out direction when scrolling.
258258
- type: `boolean`
@@ -390,8 +390,7 @@ Specifies the remove-button's width and height (they are equal). If set to `0`,
390390
- Opens the file chooser window to Choose an image. Useful when default click-to-choose interaction is disabled.
391391

392392
#### <s>myCroppa.reset()</s>
393-
- **To Be Deprecated** This will be deprecated in the future due to misnaming 😅 . Please use `remove()` instead.
394-
- Removes the current image, can be used to implement your own remove-button.
393+
- **Deprecated** Please use `remove()` instead.
395394

396395
#### remove()
397396
- Removes the current image, can be used to implement your own remove-button.
@@ -465,7 +464,7 @@ this.myCroppa.applyMetadata(metadata)
465464

466465
#### init
467466
- handler(croppa)
468-
- `croppa` is a croppa object to invoke methods - same as what `v-model` binds.
467+
- `croppa` is the croppa component itself - same as what `v-model` and `ref` bind.
469468

470469
#### file-choose
471470
- emitted when user choose an image from the poppup window or "drag and drop" a file into the container.

0 commit comments

Comments
 (0)