An open API service indexing awesome lists of open source software.

https://github.com/threepointone/iso-grid


https://github.com/threepointone/iso-grid

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

(work in progress)

# iso-grid

a generic isometric grid implemented in css

## Installation

$ component install threepointone/iso-grid

## API

```js
var grid = require('iso-grid')();

var cube = grid.cube({
x: 0,
y: 10,
z: -1
});

grid.add(cube);

grid.move(cube, {
x:10, y:1, z:6
});

// tada!

```

## License

MIT