mirror of
https://github.com/laosb/CropImage.git
synced 2025-05-04 01:11:08 +00:00
24 lines
445 B
Markdown
24 lines
445 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
|
|
- (Optionally) bring your own crop UI
|
|
|
|

|
|
|
|
## Topics
|
|
|
|
### Views
|
|
|
|
- ``CropImageView``
|
|
|
|
### Supporting Types
|
|
|
|
- ``PlatformImage``
|