diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-22 12:56:59 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-22 12:56:59 +0000 |
| commit | 4a66a84a7c7d93af0f753cc458b68978089cf76d (patch) | |
| tree | 6f23b4507c048b5b91303c9fc1dd7aa68a231694 /app/init.moon | |
| parent | build fixes (diff) | |
| download | mmm-4a66a84a7c7d93af0f753cc458b68978089cf76d.tar.gz mmm-4a66a84a7c7d93af0f753cc458b68978089cf76d.zip | |
webm encoding for canvasapps
Diffstat (limited to 'app/init.moon')
| -rw-r--r-- | app/init.moon | 4 |
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 |
