Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nagelflorian/react-duotone

React Duotone Component
https://github.com/nagelflorian/react-duotone

duotone image-processing react react-component

Last synced: 3 months ago
JSON representation

React Duotone Component

Awesome Lists containing this project

README

        

# React Duotone [![Build Status](https://github.com/nagelflorian/react-duotone/actions/workflows/main.yml/badge.svg)](https://github.com/nagelflorian/react-duotone/actions) ![[Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)](https://img.shields.io/badge/code--style-airbnb-blue.svg) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

![Example Duotone Image](https://cloud.githubusercontent.com/assets/7649376/19024780/e0fac730-890b-11e6-9640-1e2f604614e3.png)

## Installation

```
npm install --save react-duotone
```

## How to use

```JavaScript
import React, { Component } from 'react';
import { render } from 'react-dom';
import { DuotoneImage } from 'react-duotone';

class App extends Component {
render() {
return ;
}
}

render(, document.getElementById('app'));
```

## Examples

```
npm install
npm start
```