diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 51078f8..ff44f8b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: DominicTobias # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: sekoyo # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username diff --git a/README.md b/README.md index f445596..b6af97b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An image cropping tool for React with no dependencies. [CodeSandbox Demo](https://codesandbox.io/s/react-image-crop-demo-with-react-hooks-y831o) -![ReactCrop GIF](https://raw.githubusercontent.com/DominicTobias/react-image-crop/master/crop-demo.gif) +![ReactCrop GIF](https://raw.githubusercontent.com/sekoyo/react-image-crop/master/crop-demo.gif) ## Table of Contents @@ -207,7 +207,7 @@ You might find that some images are rotated incorrectly. Unfortunately this is a You can use the following library to load images, which will correct the rotation for you: https://github.com/blueimp/JavaScript-Load-Image/ -You can read an issue on this subject here: https://github.com/DominicTobias/react-image-crop/issues/181 +You can read an issue on this subject here: https://github.com/sekoyo/react-image-crop/issues/181 ### How can I center the crop?