Giter VIP home page Giter VIP logo

cloudinary-react's Introduction

Cloudinary React SDK

About

The Cloudinary React SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize and transform your cloud's assets.

Note

This Readme provides basic installation and usage information. For the complete documentation, see the React SDK Guide.

Table of Contents

Key Features

Version Support

SDK Version React 15.3 React 16.2 React 16.3 React 17
1.6.8 & up X X V V
1.2.0 - 1.6.7 X X V X
1.0.5 - 1.1.4 X V X X
1.0.0 - 1.0.4 V X X X

Installation

Install using your favorite package manager (yarn, npm)

npm install cloudinary-react

Or

yarn add cloudinary-react

Usage

Setup

import React from 'react';
import {Image, Video, Transformation} from 'cloudinary-react';

Transform and Optimize Assets

  • See full documentation

     // 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>

Generate Image and Video HTML Tags

- Use <Image> to generate image tags
- Use <Video> to generate video tags

File upload

This SDK does not provide file upload functionality, however there are several methods of uploading from the client side.

Contributions

  • Ensure tests run locally (npm run test)
  • Open a PR and ensure Travis tests pass

Get Help

If you run into an issue or have a question, you can either:

About Cloudinary

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.

Additional Resources

Licence

Released under the MIT license.

cloudinary-react's People

Contributors

asisayag2 avatar christiannwamba avatar cloudinary-jenkins avatar danashalev avatar danashalev100 avatar dependabot[bot] avatar eitanp461 avatar felixmosh avatar independentcontractor avatar itaibenari avatar lisamartin00 avatar nirmaoz avatar patrick-tolosa avatar shirlymanor avatar stevez86 avatar strausr avatar tallevami avatar tocker avatar yakirp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.