You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if you add typings for use with TypeScript for making image requests. I barely see any documentation (e.g. what parameters the edits object can have) so typings would help A LOT.
E.g. here the object and all properties are any or unknown and when developing I dont know if there actually is a "grayscale" value or if it is named "greyscale" instead and whether it is a boolean or a string:
@MickL, we have updated our solution, the issue has been fixed. If you still see the issue with the latest version (v6.0.0), please feel free to reopen the issue.
It would be nice if you add typings for use with TypeScript for making image requests. I barely see any documentation (e.g. what parameters the edits object can have) so typings would help A LOT.
E.g. here the object and all properties are
any
orunknown
and when developing I dont know if there actually is a "grayscale" value or if it is named "greyscale" instead and whether it is a boolean or a string:The text was updated successfully, but these errors were encountered: