UNPKG
react-image-palette-hook
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.0
A React hook to extract and generate color palettes from images
react-image-palette-hook
/
dist
/
index.d.ts
4 lines
(3 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
import
{ usePalette }
from
'./hooks/usePalette'
;
import
type
{
PaletteData
}
from
'./types'
;
export
{ usePalette,
PaletteData
};