UNPKG

@brendonhudnell/react-hexgrid

Version:

Interactive hexagon grids with React bindings

9 lines (8 loc) 135 B
class Hex { constructor(q, r, s) { this.q = q; this.r = r; this.s = s; } } export default Hex;