|
|
|
|
|
by susam
308 days ago
|
|
This was just a quick experiment I put together last night in my free time, so the tool is quite bare bones. If you're on a desktop browser and don't mind opening the developer tools console, you can run this little snippet to animate the grid: cols.value = 1n; setInterval(() => {cols.value++; readInput()}, 250);
|
|