Christopher Kirk-Nielsen on Nostr: npub1c353w…89pmh Main issue is that you're waiting for each cell to paint before ...
npub1c353w465eg94sjctq7kh03f9zajjqqsg9wzmg20gc8tvqwm6u54sm89pmh (npub1c35…9pmh) Main issue is that you're waiting for each cell to paint before passing in the next one, so instead you could batch them with a RAF (runPaintJobs function) and a variable controlling how many cells to draw at once: https://codepen.io/chriskirknielsen/pen/VwNPKXL?editors=0110