UNPKG

@onesy/utils

Version:
7 lines (6 loc) 191 B
declare const imageToPalette: (value: string, options?: { amount?: number; size?: number; allowCrossOrigin?: boolean; }) => Promise<Array<string>>; export default imageToPalette;