Skip to content

Commit

Permalink
doc: Update documentation to reflect recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
laosb committed Aug 16, 2023
1 parent 03549e2 commit fc22f01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/CropImage/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ A simple SwiftUI view where user can move and resize an image to a pre-defined s

Supports iOS 14.0 and above, or macOS Ventura 13.0 and above.

## Overview

- Supports both iOS and macOS
- Use `ImageRenderer` to render the cropped image, when possible
- Very lightweight
- (Optionally) bring your own crop UI

Configure and present ``CropImageView`` to the user, optionally specifying a ``CropImageView/ControlClosure`` to use your own UI controls to transform the image in the canvas, and cancel or finish the crop process, and receive cropped image from ``CropImageView/onCrop``.

![Preview on macOS](macos)

## Topics
Expand Down
Binary file modified Sources/CropImage/Documentation.docc/Resources/macos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Sources/CropImage/Documentation.docc/Resources/macos~dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc22f01

Please sign in to comment.