UNPKG

@brendonhudnell/react-hexgrid

Version:

Interactive hexagon grids with React bindings

8 lines (7 loc) 115 B
class Point { constructor(x, y) { this.x = x; this.y = y; } } export default Point;