imagekit-developer / imagekit-javascript

Javascript SDK for using ImageKit.io
https://imagekit.io
77 stars 26 forks source link

Support extensions in upload file operations #44

Closed imagekitio closed 2 years ago

imagekitio commented 2 years ago

The upload API accepts extensions parameter. It is stringified JSON object with an array of extensions to be applied to the image. Check the docs here - https://docs.imagekit.io/api-reference/upload-file-api/client-side-file-upload

SDK should accept the JSON and stringify it before calling API. Also need to add test cases and update readme.

imagekitio commented 2 years ago

Fixed in Version 1.4.3