Maybe i am wrong here with this question, but
During this JAM i downloaded the itch.io client for the first time and i have enjoyed quite a few game through it.
I also installed the game i have submitted to this JAM via the client and it was working.
Just now when i made a bigger update where i read levels from images i provide within the zip folder, i have a CORS issue.
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getImageData
SecurityErrorThe canvas contains or may contain pixels which were loaded from an origin other than the one from which the document itself was loaded. To avoid SecurityError being thrown in this situation, configure CORS to allow the source image to be used in this way. See Allowing cross-origin use of images and canvas.
This works via the webbrowser, but not when i locally install it through the client.
I am not 100% sure if there is a workaround, i haven't yet read all about it.
So maybe i will find a solution myself, i just thought if someone already knows about this, it could go faster.
