Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
cloudinary-react
Advanced tools
This is a legacy package, please find latest at https://www.npmjs.com/package/@cloudinary/react
NOTE-IMPORTANT: This is a legacy package, please find latest at https://github.com/cloudinary/frontend-frameworks/tree/master/packages/react
The Cloudinary React SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize and transform your cloud's assets.
This Readme provides basic installation and usage information. For the complete documentation, see the React SDK Guide.
SDK Version | React 15.3 | React 16.2 | React 16.3 | React 17 | React 18 |
---|---|---|---|---|---|
1.6.8 & up | X | X | V | V | V |
1.2.0 - 1.6.7 | X | X | V | X | X |
1.0.5 - 1.1.4 | X | V | X | X | X |
1.0.0 - 1.0.4 | V | X | X | X | X |
npm install cloudinary-react
Or
yarn add cloudinary-react
import React from 'react';
import {Image, Video, Transformation} from 'cloudinary-react';
// Apply a single transformation
<Image cloudName="demo" publicId="sample">
<Transformation crop="scale" width="200" angle="10" />
</Image>
// Chain (compose) multiple transformations
<Image cloudName="demo" publicId="sample">
<Transformation angle="-45" />
<Transformation effect="trim" angle="45" crop="scale" width="600" />
<Transformation overlay="text:Arial_100:Hello" />
</Image>
- Use <Image> to generate image tags
- Use <Video> to generate video tags
This SDK does not provide file upload functionality, however there are several methods of uploading from the client side.
npm run test
)If you run into an issue or have a question, you can either:
Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive and personalized visual-media experiences—irrespective of the viewing device.
Released under the MIT license.
FAQs
This is a legacy package, please find latest at https://www.npmjs.com/package/@cloudinary/react
The npm package cloudinary-react receives a total of 19,998 weekly downloads. As such, cloudinary-react popularity was classified as popular.
We found that cloudinary-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.