From c2b8dc24aad41bde1132ca907cfa507bc6a32c95 Mon Sep 17 00:00:00 2001 From: Eskil Gjerde Sviggum Date: Thu, 7 Dec 2023 13:29:43 +0100 Subject: [PATCH] Update docs --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 322fde3..6dbd69e 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,15 @@ let package = Package( ## Usage -This frameworks provides an UIImageView subclass and a class to apply variable blur to CGImages. - -The following types are supported: - - Vertical - Vertical progressive blur - - Horizontal - Horizontal progressive blur - - Between two points +This frameworks provides an UIImageView subclass and a class to apply variable blur to CGImages. The following types are supported: + +#### Vertical +Vertical progressive blur + +#### Horizontal +Horizontal progressive blur + +#### Between two points Progressive blur between two points ### VariableBlurImageView @@ -258,4 +259,4 @@ OutputImage ## Contributing to VariableBlurImageView -Contributions are welcome and encouraged. Feel free to check out the project, submit issues and code patches. \ No newline at end of file +Contributions are welcome and encouraged. Feel free to check out the project, submit issues and code patches.