cloudinary-community / next-cloudinary

⚡️ High-performance image delivery and uploading at scale in Next.js powered by Cloudinary.
https://next.cloudinary.dev
MIT License
237 stars 64 forks source link

Add UploadWidget component that works out of the box with Next.js #4

Closed colbyfayock closed 1 year ago

colbyfayock commented 1 year ago

Cloudinary offers an Upload widget that works by adding a script tag to the page.

We can make the Next.js-ready by building a component around it.

Here is how we can approach this:

agbanusi commented 1 year ago

Hi @colbyfayock, I can help with this.

colbyfayock commented 1 year ago

hey sure, go for it! please check out the 2 examples I have there, I'd likely want to start from those unless you have any suggestions. Thanks!

colbyfayock commented 1 year ago

hey @agbanusi checking in - do you plan on working on this one still?

Sambhav250703 commented 1 year ago

Can I work on this issue? @colbyfayock

agbanusi commented 1 year ago

hey @agbanusi checking in - do you plan on working on this one still?

Apologies for my miscommunication/ late communication, yes I am working on it and intend to make a PR for it this week, most probably thursday.

colbyfayock commented 1 year ago

sounds great thanks for the heads up!!

colbyfayock commented 1 year ago

fixed via #27