diff options
-rw-r--r-- | LICENSE.md | 2 | ||||
-rw-r--r-- | README.md | 17 |
2 files changed, 10 insertions, 9 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Benedikt Betz & Check24 +Copyright (c) 2023 Benedikt Betz & CHECK24 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -24,12 +24,12 @@ The localization file can be found in `Sources/SwiftyCrop/Resources`. ## 📕 Contents -- [Requirements](#🧳-requirements) -- [Installation](#💻-installation) -- [Usage](#🛠️-usage) -- [Contributors](#👨💻-contributors) -- [Author](#✍️-author) -- [License](#📃-license) +- [Requirements](#-requirements) +- [Installation](#-installation) +- [Usage](#-usage) +- [Contributors](#-contributors) +- [Author](#-author) +- [License](#-license) ## 🧳 Requirements @@ -127,7 +127,8 @@ let configuration = SwiftyCropConfiguration( SwiftyCropView( imageToCrop: selectedImage, maskShape: .square, - configuration: configuration // Use the configuration + // Use the configuration + configuration: configuration ) { croppedImage in // Do something with the returned, cropped image } @@ -141,7 +142,7 @@ All issue reports, feature requests, pull requests and GitHub stars are welcomed ## ✍️ Author -Benedikt Betz & Check24 +Benedikt Betz & CHECK24 ## 📃 License |