Canvas utilities for Blox Party
npm install bloxparty-canvas
Wrap a canvas element element
with options
and return the wrapper object
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.
Draw a 2d Blox Party grid
on the wrapper canvas.
Draw text
on the wrapped canvas element.
MIT