1.0.1 • Published 8 years ago

bloxparty-canvas v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

bloxparty-canvas

Canvas utilities for Blox Party

Install

npm install bloxparty-canvas

API

Canvas(element, options)

Wrap a canvas element element with options and return the wrapper object

wrapper.drawShape(x, y, shape, color)

Draw a single shape at x, y on the wrapped canvas. shape is expected to be a Blox Party shape variant. color is a hex or rgb string.

wrapper.drawGrid(grid)

Draw a 2d Blox Party grid on the wrapper canvas.

wrapper.drawText(text)

Draw text on the wrapped canvas element.

License

MIT

1.0.1

8 years ago

1.0.0

8 years ago