ImageKit.io

Results 23 comments of ImageKit.io

Hi @arpitdalal , not at the moment. We plan to rewrite this SDK in TS in this quarter.

Thanks. Can you share a rough idea of how do you plan to do this without making any changes in test cases under tests folder? We did this in [Node...

No that's it actually. You can start the work and submit the PR. However I should mention that we will try to pick review and testing on best effort basis...

I meant review and test the PR.

Version 2.0.0 is written in Typescript.

Added in version 2.0.0 - https://github.com/imagekit-developer/imagekit-react#video-resizing

Added in version 2.0.0. ```jsx const reftest = useRef(null); const onError = (err) => { console.log('Error'); console.log(err); }; const onSuccess = (res) => { console.log('Success'); console.log(res); }; Custom Upload Button...

Possible fix and test case - https://github.com/http-party/node-http-proxy/pull/1487

You can use IKCore https://github.com/imagekit-developer/imagekit-react#ikcore It exposes underlying ImageKit javascript core SDK which can be used to generate URL. Hope it helps.

> @manu4543 > > For Angular, the default implementation of ErrorHandler prints error messages to the console as described here: https://angular.io/api/core/ErrorHandler > > This means that when IK component is...