diff --git a/README.md b/README.md index a408017..6eb7698 100644 --- a/README.md +++ b/README.md @@ -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 + + + + Preview on macOS + + +## License + +[MIT](./LICENSE) diff --git a/Sources/CropImage/Documentation.docc/Documentation.md b/Sources/CropImage/Documentation.docc/Documentation.md index 82af0b9..09e0574 100644 --- a/Sources/CropImage/Documentation.docc/Documentation.md +++ b/Sources/CropImage/Documentation.docc/Documentation.md @@ -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)