We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92ce3b commit 61159a6Copy full SHA for 61159a6
README.md
@@ -60,7 +60,7 @@ const matrixRain = new MatrixRain(canvas)
60
matrixRain.resize(window.innerWidth, window.innerHeight)
61
62
window.addEventListener('resize', () => {
63
- background.resize(window.innerWidth, window.innerHeight)
+ matrixRain.resize(window.innerWidth, window.innerHeight)
64
})
65
66
```
@@ -92,7 +92,7 @@ const matrixRain = new MatrixRain(canvas, {fontColor: gradient})
92
93
94
95
96
97
98
----
0 commit comments