Platforms
fxhash
Description
for (let y = 0; y <= wl; y++) { for (let x = 0; x <= hl; x++) { lines.push(new Line().position((x * w) / wl, (y * h) / hl));}}
On-Chain Data
for (let y = 0; y <= wl; y++) { for (let x = 0; x <= hl; x++) { lines.push(new Line().position((x * w) / wl, (y * h) / hl));}}