docs: Update README.

This commit is contained in:
Shibo Lyu 2023-07-24 11:50:05 +08:00
parent 574b546c9c
commit cbbf6ad1bf
2 changed files with 12 additions and 1 deletions

5
.spi.yml Normal file
View file

@ -0,0 +1,5 @@
version: 1
builder:
configs:
- documentation_targets: [CropImage]

View file

@ -1,3 +1,9 @@
# CropImage # CropImage
A description of this package. 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.
- Supports both iOS and macOS
- Use `ImageRenderer` to render the cropped image, when possible
- Very lightweight