cloudinary
cloudinary copied to clipboard
Cloudinary Module for Nuxt
Hi :) I don't find in documentation the endpoint for deleting an uploaded file on Cloudinary. According to Cloudinary API, it should be like `Cloudinary::Uploader.destroy(public_id, options = {})` But $cloudinary...
Bug: `fs` is supposed to be only on server-side (nodejs module), yet when using Storybook with Cloudinary, it throw compiling error as below
Hi, thanks for this great module! I'm new to Cloudinary, and I want to know what I can pass as second argument to `$cloudinary.image.url('path-to-image', {})` Some example in the docs...
Hi, First, I'd like to thank you for the amazing work you're doing here ! Since the `1.0.0` version release, package size has increased by a factor of 50, which...
Hey, My setup is Nuxt with TS and Express as the server middleware. I read the docs and searched a lot but couldn't find the way to access the cloudinary...
`$cloudinary.image.url('example/myImage')` returns a single url, but how can I get the `srcset` string?
Since universal apps still run on a lightweight server, it'd be great if we could server-upload images from the client by proxying the upload request. This would allow adding features...
I have a quick question before I look to utilize this package.....I usually have a srcset with different image types such as the following: ``` ``` Are there any documented...
### Is your feature request related to a problem? Please describe. https://github.com/cloudinary-community/next-cloudinary/pull/407 ### Describe the solution you'd like ### Describe alternatives you've considered ### Additional context
### Is your feature request related to a problem? Please describe. ### Describe the solution you'd like ### Describe alternatives you've considered ### Additional context