-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Support for Cloudinary provider #223
Comments
Yeah, that'd be a great add. 👍 Would you be interested in helping to build the Provider? You can copy one of the existing providers to get started. Maybe @tpiros can help from the Cloudinary side? |
We could base the provider on this package. |
@heff , Do you have any tutorial about it? @tpiros, wanna help? |
apologies for the late response. could you elaborate on what you need exactly? thanks! |
adding a cloudinary provider to this package. |
@SalahAdDin - thank you for your follow up. At Cloudinary we have our |
I would prefer something more like this package, when using |
not intending to hijack this thread, but 👋 @SalahAdDin Next Cloudinary maintainer here, what deprecated APIs are you referring to? the package provides support for both the Pages Router and App Router if that's what you're referring to, which the Pages Router is not deprecated, otherwise curious what you're referring to the point of using Next Cloudinary is certainly only with the use case of being a Cloudinary customer, so there's no intent with that package to provide a transferrable library like this if that's what you're looking for, but the benefit then is you can take advantage of more advanced Cloudinary APIs that you can't with this and that aren't available in other providers |
Does the cloudinary player support server side components? |
natively, unfortunately not at this time, as i've been struggling to figure out a solution with my current setup to support both cjs and esm. however i have help on the way to address this for now, you just need to add a very light wrapper around the component Example of CldImage here: https://next.cloudinary.dev/nextjs-14#app-router-app to avoid bothering everyone on this thread that might not care about a different Cloudinary package 😂 for anyone looking for help or questions, feel free to create an Issue over here: https://github.com/cloudinary-community/next-cloudinary or DM me somewhere like Twitter |
We are using Cloudinary on many of our projects for storing media data, it would be nice to have support also for Cloudinary videos in this package.
What do you think?
The text was updated successfully, but these errors were encountered: