imagekit-developer / imagekit-react

React SDK for using ImageKit.io
https://imagekit.io
MIT License
102 stars 28 forks source link

Create a URL Builder in react API itself which uses the IKContext #102

Closed JayeshVP24 closed 1 year ago

JayeshVP24 commented 1 year ago

A recent issue I faced was with responsive images with imagekit-io

The IKImage has no feature for responsiveness

My suggested solution

Would be great if we had responsive feature somehow integrated in IKImage but until then, this small feature can help many.

imagekitio commented 1 year ago

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