Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
getUrl(extendedProps) {
let transformation = this.getTransformation(extendedProps);
let options = Util.extractUrlParams(Util.withSnakeCaseKeys(extendedProps));
let cl = Cloudinary.new(options);
return cl.url(extendedProps.publicId, transformation);
}
}