UNPKG

colour-swapper

Version:

colour-swapper is a compact and efficient JavaScript library designed for color manipulation and conversion

3 lines (2 loc) 102 B
declare const colorswap: (colors: string[], palette: string[]) => string[]; export default colorswap;