pkg-cloudinary-core icon indicating copy to clipboard operation
pkg-cloudinary-core copied to clipboard

Distribution repository for the Cloudinary JavaScript library. Cloudinary is an end-to-end solution for all your image and video needs.

Results 9 pkg-cloudinary-core issues
Sort by recently updated
recently updated
newest added

The Type definition for `Configuration.Options.secure_distribution` is wrong. Type definitions declare it as `boolean | undefined` https://github.com/cloudinary/pkg-cloudinary-core/blob/47ffb3b0c1a163fb1b4e2fc74931c1992a23122b/cloudinary-core.d.ts#L813, wheres Usage inline-docs and application behavior indicate it must be a string containing the...

Currently, all images load at the same time. This results in longer page load times. Integrating the functionality of something like https://www.appelsiini.net/projects/lazyload would result in a much better experience.

enhancement

I am trying to get an upload widget working in react in a gatsby app. So I thought: great, there is a react sdk. But uups, not much help: https://cloudinary.com/documentation/react_image_and_video_upload....

I tested by explicitly specifying `v2.5.0` in my `unpkg` link and that works. ![annotation 2019-01-29 151252](https://user-images.githubusercontent.com/2013275/51899159-7424fd00-23d8-11e9-98a2-003edcd9c500.jpg)

If I upgrade the shrinkwrap JS script to a version above 2.5.0, the images don't appear in IE 10/11

question

Cloudinary offers blur transform options but this is not reflected in the blur API. Would be great if this API had all the options.

bug

Is there a reason for this heavy dependency, and why doesn't it manage it's own dependencies in its package.json?

question

Add Typescript definition file for cloudinary-core

The usage of this package in standalone mode requires the `url` package.