UNPKG
hex-grid
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
tile hexagons in a grid layout
github.com/substack/hex-grid
substack/hex-grid
hex-grid
/
example
/
package.json
9 lines
•
166 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"scripts"
:
{
"build"
:
"browserify grid.js > bundle.js"
,
"watch"
:
"watchify grid.js -o bundle.js -v"
}
,
"dependencies"
:
{
"defined"
:
"~0.0.0"
}
}