mirror of
https://github.com/laosb/CropImage.git
synced 2025-04-30 23:51:08 +00:00
docs: Update README.
This commit is contained in:
parent
bb70cb3266
commit
a07d26a65b
2 changed files with 11 additions and 0 deletions
10
README.md
10
README.md
|
@ -10,3 +10,13 @@ Supports iOS 14.0 and above, or macOS Ventura 13.0 and above.
|
||||||
- Supports both iOS and macOS
|
- Supports both iOS and macOS
|
||||||
- Use `ImageRenderer` to render the cropped image, when possible
|
- Use `ImageRenderer` to render the cropped image, when possible
|
||||||
- Very lightweight
|
- 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)
|
||||||
|
|
|
@ -9,6 +9,7 @@ Supports iOS 14.0 and above, or macOS Ventura 13.0 and above.
|
||||||
- Supports both iOS and macOS
|
- Supports both iOS and macOS
|
||||||
- Use `ImageRenderer` to render the cropped image, when possible
|
- Use `ImageRenderer` to render the cropped image, when possible
|
||||||
- Very lightweight
|
- Very lightweight
|
||||||
|
- (Optionally) bring your own crop UI
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue