UNPKG
@buxlabs/colors
Version:
latest (1.0.0)
1.0.0
Color namer
@buxlabs/colors
/
index.js
8 lines
(6 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
namer
from
'color-namer'
export
default
{
name
(
hex
) {
return
namer
(hex) } }