sort-colors-js
v1.0.2
Published
js lib to sort colors by hue
Readme
sort-colors-js
Sort an array of hex colors by HUE
Install
npm install sort-colors-jsUsage
import sortColorsByHue from 'sort-colors-js'
const arrayColorsSorted = sortColorsByHue([
'#e6194b',
'#3cb44b',
'#ffe119',
'#4363d8',
'#f58231',
'#911eb4'
])
