c trop bieeeen

This commit is contained in:
Guillem George 2026-05-16 17:18:47 +02:00
parent 50d46d0f0c
commit c6f5ab3438
6 changed files with 83 additions and 13 deletions

View file

@ -39,7 +39,7 @@ let isDrag = false;
* Get the placement data, i.e. the color the user has selected and the
* coordinates of the pixel he is focusing on.
*
* @returns {{color: number, posX: number, posX: number}} the data
* @returns {{color: number, posX: number, posY: number}} the data
*/
export const getPlacementData = () => ({
color: selectedColorIdx,