Release of p5.quadrille.js-2.2.0
Changelog
Added swap
method:
- Swaps two rows with
swap(row1, row2)
. - Swaps two cells with
swap(row1, col1, row2, col2)
. - Gracefully ignores invalid inputs without throwing errors.
- Supports method chaining for clean, fluent API usage.