Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added parameters #63

Merged
merged 24 commits into from
Sep 10, 2024
Merged

added parameters #63

merged 24 commits into from
Sep 10, 2024

Conversation

ankur-dwivedi
Copy link
Collaborator

@ankur-dwivedi ankur-dwivedi commented Aug 14, 2024

Imagekit/Models/UploadTransformation.cs Show resolved Hide resolved
Imagekit/Helper/TransformationTypes.cs Outdated Show resolved Hide resolved
/// <summary></summary>
public Transformation EffectShadow()
{
return this.Add("e-shadow", "true");
Copy link
Member

@ahnv ahnv Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no such transformation as e-shadow-true, e-shadow has a syntax like this e-shadow-<blur>_<saturation>_<x-offset>_<y-offset> or just e-shadow
https://imagekit.io/docs/effects-and-enhancements#shadow---e-shadow

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed it

README.md Outdated Show resolved Hide resolved
@ahnv ahnv merged commit f7f101e into master Sep 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants