docs: Update README.

This commit is contained in:
Shibo Lyu 2023-08-10 16:12:55 +08:00
parent bb70cb3266
commit a07d26a65b
2 changed files with 11 additions and 0 deletions

View file

@ -10,3 +10,13 @@ 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
- (Optionally) bring your own crop UI
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./Sources/CropImage/Documentation/Resources/macos~dark.png">
<img alt="Preview on macOS" src="./Sources/CropImage/Documentation/Resources/macos.png">
</picture>
## License
[MIT](./LICENSE)

View file

@ -9,6 +9,7 @@ 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
- (Optionally) bring your own crop UI
![Preview on macOS](macos)