diff options
author | Ben <31181527+benedom@users.noreply.github.com> | 2024-01-24 09:42:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 09:42:53 +0100 |
commit | f8cfea0bf31c889d431678fea0f86e39e2819761 (patch) | |
tree | 705aee5f4a605294c03bbcffd5d440dfb2a4c0cd | |
parent | 2d06f266ae901b3a92b55dd27fc0e857bf841280 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ SwiftyCrop supports two different mask shapes for cropping: - `circle` - `square` -This is only the shape of the mask the user will see when cropping the image. The resulting, cropped image will always be a square. +This is only the shape of the mask the user will see when cropping the image. The resulting, cropped image will always be a square by default. You can override this using a configuration. You can also configure `SwiftyCropView` by passing a `SwiftyCropConfiguration`. A configuration has the following properties: |