Skip to content

Commit

Permalink
fixed transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Sep 10, 2024
1 parent 9b2b03c commit 6bf6b72
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 @@ -156,7 +156,7 @@ Transformation trans = new Transformation()
.Progressive(false)
.EffectSharpen()
.EffectContrast(1)
.EffectShadow()
.EffectShadow()
.EffectGradient();

string imageURL = imagekit.Url(trans)
Expand Down

0 comments on commit 6bf6b72

Please sign in to comment.