summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-05-10 15:58:52 -0400
committerJules Laplace <jules@okfoc.us>2016-05-10 15:58:52 -0400
commit17f2644e3d885c8aef170023c84933e5bd888402 (patch)
tree38502ca528d14605f202e49b22ec6dedf1580d34 /index.html
parent130a69fbfdf83c1e47344942b35abc094778109e (diff)
more convenient canvas.get syntax..
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html
index ee9b646..0f0f10d 100644
--- a/index.html
+++ b/index.html
@@ -91,10 +91,11 @@
</body>
<script type="text/javascript-shader" id="demo_shader">
- lex.bg = hue((x+y*y+t/10)/20)
- lex.fg = colors.white
- lex.char = " "
- // lex.opacity = 1
+// lex.bg = hue((x+y*y+t/10)/20)
+// lex.fg = colors.white
+// lex.char = " "
+// lex.opacity = 1
+
</script>
<script src="js/vendor/colorcode.js"></script>
<script src="js/vendor/text-encoder-lite.js"></script>