Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/domitriusclark/testing-use-image

tester repo while I upgrade use-cloudinary
https://github.com/domitriusclark/testing-use-image

Last synced: 5 days ago
JSON representation

tester repo while I upgrade use-cloudinary

Awesome Lists containing this project

README

        

# use-image

> Lightweight URL generation utilities for Cloudinary images

[![NPM](https://img.shields.io/npm/v/use-image.svg)](https://www.npmjs.com/package/use-image) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save use-image
```

## Usage

```jsx
import React, { Component } from 'react'

import { useMyHook } from 'use-image'

const Example = () => {
const example = useMyHook()
return (

{example}

)
}
```

## License

MIT © [domitriusclark](https://github.com/domitriusclark)

---

This hook is created using [create-react-hook](https://github.com/hermanya/create-react-hook).