@2d-game-grid/hexagon
Version:
A simple hexagon grid made for games
8 lines (7 loc) • 320 B
text/typescript
export type * from './FlatTopHexagonCell.js'
export type * from './FlatTopHexagonCorners.js'
export * from './FlatTopHexagonDirection.js'
export * from './FlatTopHexagonDirections.js'
export type * from './FlatTopHexagonEdges.js'
export * from './FlatTopHexagonGrid.js'
export type * from './FlatTopHexagonNeighbors.js'