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
/
src
/
generator
/
index.ts
5 lines
(3 loc)
•
109 B
text/typescript
View Raw
1
2
3
4
5
import
Default
from
'./default'
;
import
type
{
Generator
}
from
'../typing'
;
export
{
Generator
,
Default
};