Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawi137 committed Dec 30, 2018
1 parent 5d23ab8 commit 87f254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To gain access to the image cropper's methods use `@ViewChild(ImageCropperCompon
| `rotateRight` | void | Rotates the image to the right |
| `flipHorizontal` | void | Flips the image horizontally |
| `flipVertical` | void | Flips the image vertically |
| `crop` | ImageCroppedEvent (when `outputType` is `base64`) or Promise<ImageCroppedEvent> (when `outputType` is `file` or `both`)) | Crops the source image to the current cropper position. Accepts an output type as an argument, default is the one given in the `outputType` input (`base64`, `file` or `both`). Be sure to set `autoCrop` to `false` if you only wish to use this function directly. |
| `crop` | ImageCroppedEvent (when `outputType` is `base64`) or Promise&lt;ImageCroppedEvent&gt; (when `outputType` is `file` or `both`)) | Crops the source image to the current cropper position. Accepts an output type as an argument, default is the one given in the `outputType` input (`base64`, `file` or `both`). Be sure to set `autoCrop` to `false` if you only wish to use this function directly. |

### Interfaces
#### CropperPosition
Expand Down

0 comments on commit 87f254b

Please sign in to comment.