Gathering detailed insights and metrics for cloudinary-react
Gathering detailed insights and metrics for cloudinary-react
Gathering detailed insights and metrics for cloudinary-react
Gathering detailed insights and metrics for cloudinary-react
@cloudinary/react
Cloudinary React SDK
cloudinary-react-native
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrat
@cloudinary/html
An HTML wrapper for Cloudinary
cloudinary
Cloudinary NPM for node.js integration
npm install cloudinary-react
58
Supply Chain
99.1
Quality
75.9
Maintenance
100
Vulnerability
99.6
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
502 Stars
243 Commits
219 Forks
36 Watching
20 Branches
23 Contributors
Updated on 22 Oct 2024
JavaScript (94.56%)
HTML (4.01%)
CSS (1.41%)
Shell (0.02%)
Cumulative downloads
Total Downloads
Last day
-7.3%
4,018
Compared to previous day
Last week
-1.4%
21,234
Compared to previous week
Last month
11.9%
95,402
Compared to previous month
Last year
-26.5%
1,147,277
Compared to previous year
2
1
33
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 |
1npm install cloudinary-react
Or
1yarn add cloudinary-react
1import React from 'react'; 2import {Image, Video, Transformation} from 'cloudinary-react';
1 // Apply a single transformation 2 <Image cloudName="demo" publicId="sample"> 3 <Transformation crop="scale" width="200" angle="10" /> 4 </Image>
1// Chain (compose) multiple transformations 2<Image cloudName="demo" publicId="sample"> 3 <Transformation angle="-45" /> 4 <Transformation effect="trim" angle="45" crop="scale" width="600" /> 5 <Transformation overlay="text:Arial_100:Hello" /> 6</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.
No vulnerabilities found.
Reason
no vulnerabilities detected
Reason
tokens are read-only in GitHub workflows
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
all dependencies are pinned
Details
Reason
no binaries found in the repo
Reason
update tool detected
Details
Reason
GitHub code reviews found for 21 commits out of the last 30 -- score normalized to 7
Details
Reason
6 commit(s) out of 30 and 1 issue activity out of 30 found in the last 90 days -- score normalized to 5
Reason
no badge detected
Reason
security policy file not detected
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Score
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More