Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 804 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 804 Bytes

React-upload

Image upload and manipulation

demo

Usage

First , you need at least a free account for Cloudinary to get started. And change "Mode" to "Unsigned" like this:

Next,clone this resposity:

git clone https://github.com/stephenLYao/react-upload.git
cd react-upload
npm install

Then,edit the upload.config.js:

module.exports = {
    'CLOUDINARY_UPLOAD_PRESET' : 'your preset id',
    'CLOUDINARY_UPLOAD_URL' : 'https://api.cloudinary.com/v1_1/your name/upload'
}

Finally,

npm run start

Have fun!!:)