https://github.com/domitriusclark/use-cloudinary
Lightweight hooks for generating URLs of your cloudinary assets and adding transformations
https://github.com/domitriusclark/use-cloudinary
Last synced: 3 months ago
JSON representation
Lightweight hooks for generating URLs of your cloudinary assets and adding transformations
- Host: GitHub
- URL: https://github.com/domitriusclark/use-cloudinary
- Owner: domitriusclark
- Created: 2020-04-10T06:46:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:19:19.000Z (about 3 years ago)
- Last Synced: 2025-04-15T22:53:40.045Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 MB
- Stars: 44
- Watchers: 3
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cloudinary - Cloudinary React Hook
README
# use-cloudinary
> Lightweight hooks for generating URL's of your cloudinary assets and adding transformations
[](https://www.npmjs.com/package/use-cloudinary) [](https://standardjs.com)
## Install
```bash
npm install --save use-cloudinary
```
## v4 Examples and Docs re-write are WIP
If you're looking for pre `v4` documentation you can head over to the [Docs](https://use-cloudinary.netlify.app/)
## License
MIT © [domitriusclark](https://github.com/domitriusclark)
---
This hook is created using [create-react-hook](https://github.com/hermanya/create-react-hook).