feat: matrix stream example

This commit is contained in:
2025-10-02 21:36:46 +02:00
parent f3d99b174f
commit f78dd8b843
5 changed files with 250 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"pixelstream:fade-green-blue": "node pixelstream/fade-green-blue.js",
"pixelstream:bouncing-ball": "node pixelstream/bouncing-ball.js",
"pixelstream:rainbow": "node pixelstream/rainbow.js"
"pixelstream:rainbow": "node pixelstream/rainbow.js",
"pixelstream:lava-lamp": "node pixelstream/lava-lamp.js"
}
}