-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
I have spent the day evaluating both ImageKit and Cloudinary for our business. I wanted to leave a note with some ideas and suggestions for you!
- Something similar to cloudinary's
transformationStringFromObject- manipulating strings is very tedious and confusing for developers. We should be able to leverage a higher level (and typesafe) API - Improved extensibility, why doesn't this repo expose the
ImageKitContext(it exposes something confusingly named,IKContext, which is not in fact aReact.Contextat all). If I want to do anything custom, I have to create my ownImageKit, duplicate/pass it all the same parameters that I've already passed toIKContext, including myauthenticator. All of that doesn't have to be done twice. This repo should expose theclientfor consumers to use, which would at least make it easier for them to implement custom behavior and fill any gaps until the feature set catches up.
Thanks for all your hard work!
imagekitio
Metadata
Metadata
Assignees
Labels
No labels