-
Notifications
You must be signed in to change notification settings - Fork 17
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
added parameters #63
Conversation
/// <summary></summary> | ||
public Transformation EffectShadow() | ||
{ | ||
return this.Add("e-shadow", "true"); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed it
https://www.loom.com/share/493418d547e8481191895cad2f238be2?sid=d5842773-c2cc-40b2-b05c-c789b065a9e6