apply fe color matrix to color
npm install fe-matrix-color-converter```
$npm install fe-color-matrix-converter$3
`
@import node-modules/fe-color-matrix-converter/dist/index
body {
color: applyFilterToColor($feColorMatrix, $color)
}
`
The applyFilterToColor function takes two parameters
1. $filterA: this is the fe color matrix. It should be in the form of a nested list. See below$color:` this could be in the form of either RGBA, HSL, HEX or just plain text.
* e.g. ((1 0 0 0 0),
(0 0 0 0 0),
(0 0 0 0 0),
(0 0 0 1 0))
2.
* v1.0.0 - First release