Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 303 Bytes

File metadata and controls

17 lines (10 loc) · 303 Bytes

@sc-code/image-filter

this package will help you to apply filter on any image.

install

npm install @sc-code/image-filter

usage

```
import {getImageFilter} from "@sc-code/image-filter";

const filter = getImageFilter("#00f");

<img style={{filter: filter}}/>
```