UNPKG
react-hex
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
draw svg hexagonal grid with react
github.com/airtoxin/react-hex
airtoxin/react-hex
react-hex
/
.babelrc
11 lines
(10 loc)
•
128 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"presets"
:
[
"es2015"
,
"es2016"
,
"es2017"
,
"stage-2"
,
"react"
]
,
"plugins"
:
[
"transform-runtime"
]
}