UNPKG

react-image-palette-hook

Version:

A React hook to extract and generate color palettes from images

4 lines (3 loc) 129 B
import { usePalette } from './hooks/usePalette'; import type { PaletteData } from './types'; export { usePalette, PaletteData };