svelte-cloudinary
svelte-cloudinary copied to clipboard
⚡️ High-performance image delivery and uploading at scale in Svelte powered by Cloudinary.
Add Content-Type of application/json to CldUploadWidget fetch request: https://github.com/cloudinary-community/next-cloudinary/issues/379
getCldImageUrl / CldImage - [ ] Avoid 2-step resizing to allow high resolution images from being generated in responsive breakpoints Fixes: https://github.com/cloudinary-community/next-cloudinary/issues/327 - [x] Deprecate transformations in favor of new...
Remove deprecated GetCldOgImageUrl
# **Feature Request** Add a new `` component that will show the Cloudinary Media Library Widget Found the Media Library Widget documentation here https://cloudinary.com/documentation/media_library_widget Check this React examples as reference...
# **Feature Request** Cloudinary offers another "component" that can be incorporated into the svelte-cloudinary collection: Product Gallery. https://cloudinary.com/documentation/product_gallery_reference Here are some examples https://codesandbox.io/s/pgallery-widget-lon8m The goal is to add a new...
# **Bug Report** ## **Describe the bug** Pixelate and other effects are not typed out This isn't a Svelte Cloudinary bug, this is a URL Loader bug, but adding this...
v2
# Description ## Issue Ticket Number Fixes # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change...
We use [vitest](https://vitest.dev/) for our testing suite, and the tests are located in [packages/svelte-cloudinary/tests](./packages/svelte-cloudinary/tests). We just need some simple tests that cover basic functionality for now
# Description Creating basic tests for GetCldOgImageUrl ## Issue Ticket Number Fixes #147 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x]...
We need to re-add the guides from v1 docs to the v2 docs. The following guides need to be added: - [ ] [Background Removal](https://github.com/cloudinary-community/svelte-cloudinary/blob/v1/packages/docs/src/docs/guides/background-removal.md) - [ ] [Image Optimization](https://github.com/cloudinary-community/svelte-cloudinary/blob/v1/packages/docs/src/docs/guides/image-optimization.md)...