CropImage/Sources/CropImage/Documentation.docc/Documentation.md
2023-07-24 14:48:47 +08:00

21 lines
379 B
Markdown

# ``CropImage``
A simple SwiftUI view where user can move and resize an image to a pre-defined size.
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
## Topics
### Views
- ``CropImageView``
### Supporting Types
- ``PlatformImage``