From a07d26a65ba0d0f1faf3b6b6eda435c33a814321 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Thu, 10 Aug 2023 16:12:55 +0800 Subject: [PATCH] docs: Update README. --- README.md | 10 ++++++++++ Sources/CropImage/Documentation.docc/Documentation.md | 1 + 2 files changed, 11 insertions(+) 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)