https://github.com/launchpadlab/use-cloudinary
https://github.com/launchpadlab/use-cloudinary
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchpadlab/use-cloudinary
- Owner: LaunchPadLab
- License: mit
- Created: 2019-08-28T19:18:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-02T04:03:11.000Z (6 months ago)
- Last Synced: 2025-08-02T06:50:48.927Z (6 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# use-cloudinary
A hook to simplify direct upload calls to the [cloudinary API](https://cloudinary.com/documentation/upload_images#uploading_with_a_direct_call_to_the_api).
Implemented with [useAsyncFn](https://github.com/streamich/react-use/blob/master/docs/useAsyncFn.md) from `react-use`.