UNPKG
chromatism2
Version:
latest (3.0.2)
3.0.2
3.0.1
A simple set of utility functions for colours.
github.com/tehshrike/chromatism
tehshrike/chromatism
chromatism2
/
.babelrc
20 lines
(19 loc)
•
246 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"env"
:
{
"development"
:
{
"presets"
:
[
[
"env"
,
{
"modules"
:
false
}
]
]
,
"plugins"
:
[
"external-helpers"
]
}
,
"test"
:
{
"presets"
:
[
"env"
]
}
}
}