OptionalcanvasOptionalclearShould the canvas be cleared before the texture is drawn?
OptionaldataAn array of data, where each row is a string of single values 0-9A-F, or the period character.
OptionalpaletteThe indexed palette that the data cell values map to.
OptionalpixelThe height of each 'pixel' in the generated texture.
OptionalpixelThe width of each 'pixel' in the generated texture.
OptionalpostA callback to send the canvas to after the texture has been drawn.
OptionalpreA callback to send the canvas to prior to the texture being drawn.
OptionalresizeShould the canvas be resized before the texture is drawn?
The HTML Canvas to draw the texture to.