1.6.1 • Published 7 months ago

haq-cloudinary v1.6.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Cloudinary Image Upload

You can easily upload photos to Cloudinary using this package. I hope this is a very useful package for everyone. So without further delay, install it in your project now.

Installation

To install this package, first you need node js. Then You need to follow

$ npm i haq-cloudinary

Use Case

import CloudinaryImageUpload from "haq-cloudinary";

const fileData = await CloudinaryImageUpload({
  file: YourFile,
  preset: "cloudinary_preset",
  cloudName: "cloudinary_cloudname",
});

// to get photo url
fileData.secure_url;
1.6.1

7 months ago

1.6.0

7 months ago

1.5.0

7 months ago

1.4.0

7 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago