Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:19:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T18:51:35.563Z (18 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 MB
- Stars: 44
- Watchers: 4
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# use-cloudinary
> Lightweight hooks for generating URL's of your cloudinary assets and adding transformations
[![NPM](https://img.shields.io/npm/v/use-cloudinary.svg)](https://www.npmjs.com/package/use-cloudinary) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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).