UNPKG
sharp-vibrant
Version:
latest (0.4.0)
0.4.0
0.3.0
Extract prominent colors from an image in a node environment using sharp.
LiveChart/sharp-vibrant
sharp-vibrant
/
lib
/
filter
/
index.d.ts
4 lines
(3 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
import
type
{
Filter
}
from
'../typing'
;
export
{
default
as
Default
}
from
'./default'
;
export
declare
function
combineFilters
(
filters
:
Filter
[]
):
Filter
|
null
;