Skip to content

Commit

Permalink
it's -> its ;) (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarth authored Feb 3, 2023
1 parent 263df47 commit 0591e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ API documentation can be found in the main [jimp package](./packages/jimp)
- [cover](./packages/plugin-cover) - Scale the image so the given width and height keeping the aspect ratio.
- [displace](./packages/plugin-displace) - Displaces the image based on a displacement map
- [dither](./packages/plugin-dither) - Apply a dither effect to an image.
- [flip](./packages/plugin-flip) - Flip an image along it's x or y axis.
- [flip](./packages/plugin-flip) - Flip an image along its x or y axis.
- [gaussian](./packages/plugin-gaussian) - Hardcore blur.
- [invert](./packages/plugin-invert) - Invert an images colors
- [mask](./packages/plugin-mask) - Mask one image with another.
Expand Down

0 comments on commit 0591e9f

Please sign in to comment.