@sc-code/image-filter
v1.1.2
Published
this package will help you to apply filter on any image.
Readme
@sc-code/image-filter
this package will help you to apply filter on any image.
install
npm install @sc-code/image-filterusage
```
import {getImageFilter} from "@sc-code/image-filter";
const filter = getImageFilter("#00f");
<img style={{filter: filter}}/>
```