1.2.0 • Published 2 years ago

uploadimgtocloud v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

UPLOAD TO CLOUD

uploadimgtocloud is a Node Js package for upload image in cloudinary cloud.

Installation

Use the package manager npm to install uploadimgtocloud.

npm install uploadimgtocloud

Usage

import uploadToCloud from 'uploadimgtocloud';

const imgUrl = uploadToCloud({

     cloudName : YOUR_cloudName,
     apiKey : YOUR_apiKey,
     apiSecret : YOUR_apiSecret,
     folderName : YOUR_folderName,
     height : YOUR_height,
     width : YOUR_width,
     image : YOUR_image// Image should be base64 bit

})

imgUrl will be a string like ,"https://res.cloudinary.com/YOUR_USERNAME/image/upload/v1667012769/cprhtb4bcl7wbrydwyah.png"

Author

MD ARIFUL ISLAM

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago