aboutsummaryrefslogtreecommitdiffstats
path: root/app/init.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-22 12:56:59 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-22 12:56:59 +0000
commit4a66a84a7c7d93af0f753cc458b68978089cf76d (patch)
tree6f23b4507c048b5b91303c9fc1dd7aa68a231694 /app/init.moon
parentbuild fixes (diff)
downloadmmm-4a66a84a7c7d93af0f753cc458b68978089cf76d.tar.gz
mmm-4a66a84a7c7d93af0f753cc458b68978089cf76d.zip
webm encoding for canvasapps
Diffstat (limited to 'app/init.moon')
-rw-r--r--app/init.moon4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/init.moon b/app/init.moon
index 6895782..e97d6cc 100644
--- a/app/init.moon
+++ b/app/init.moon
@@ -33,6 +33,10 @@ experiments =
desc: 'Playground for Functional Tags'
render: -> require '.tags'
},
+ quasihilbert: {
+ desc: "lil' fractal thing",
+ render: -> require '.quasihilbert'
+ },
destify = (name, route) ->
name, with route