UNPKG
@caveworld/honeycomb-grid
Version:
latest (4.0.0-alpha-5fb3fd1)
4.0.0-alpha-9bbafa2
4.0.0-alpha-5fb3fd1
Create hexagon grids easily
abbekeultjes.nl/honeycomb
flauwekeul/honeycomb
@caveworld/honeycomb-grid
/
dist
/
grid
/
traversers
/
index.d.ts
10 lines
(9 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'./concat'
;
export
*
from
'./fromCoordinates'
;
export
*
from
'./line'
;
export
*
from
'./move'
;
export
*
from
'./rectangle'
;
export
*
from
'./repeat'
;
export
*
from
'./repeatWith'
;
export
*
from
'./ring'
;
export
*
from
'./spiral'
;