react image effects
npm install react-image-effects> A small, customizable react component that adds effects to images. Currently compatible with React, but React Native support is on the way.

npm i react-image-effects
or
yarn add react-image-effects
``js
import React from 'react'
import ImageEffect from 'react-image-effects'
export default function App(props) {
return (
$3
| Prop | Type | Required | Default |
| :------- | :----- | :------- | :------ |
|
url | string | yes | |
| effect | string | no | 'none' | |
| width | string | no | '600px' | |
| height` | string | no | '300px' |PRs are welcome.
MIT © | @cdrani