1.0.0 • Published 4 years ago

use-cloudinary-image v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

use-image

Lightweight URL generation utilities for Cloudinary images

NPM JavaScript Style Guide

Install

npm install --save use-image

Usage

import React, { Component } from 'react'

import { useMyHook } from 'use-image'

const Example = () => {
  const example = useMyHook()
  return (
    <div>{example}</div>
  )
}

License

MIT © domitriusclark


This hook is created using create-react-hook.