Release of p5.quadrlle.js-0.9.1
Changelog
bug fixes to 0.9.0 which introduced:
- Drawing into an arbitrary p5.Graphics.
sort({ mode = 'LUMA', target = 'magenta', ascending = true, charColor = 'black', outline = this.OUTLINE, background = this.BACKGROUND, cellLength = this.width })
- Drawing stuff made
static
need for both, drawing into an arbitraryp5.Graphics
and the sorting algorithms:Quadrille.CHAR
,Quadrille.COLOR
,Quadrille.IMAGE
Quadrille.NUMBER
andQuadrille.FRAME
. - Static default drawing parameter values:
Quadrille.BACKGROUND
,Quadrille.CHAR_COLOR
,Quadrille.OUTLINE
,Quadrille.OUTLINE_WEIGHT
andQuadrille.CELL_LENGTH
.