()
| 95 | |
| 96 | // Update line count displays |
| 97 | const updateDisplay = () => { |
| 98 | horizontalValue.textContent = currentHorizontal.toString(); |
| 99 | verticalValue.textContent = currentVertical.toString(); |
| 100 | }; |
| 101 | |
| 102 | // Handle slider changes |
| 103 | horizontalSlider.addEventListener('input', () => { |