diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-22 13:36:24 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-22 13:43:09 +0000 |
| commit | 72829c68ec50c432b38fefcb28613c75657fb2bb (patch) | |
| tree | 40e2c827d76bfea70d1df0e0dee678016d3b1702 /app/init.moon | |
| parent | webm encoding for canvasapps (diff) | |
| download | mmm-72829c68ec50c432b38fefcb28613c75657fb2bb.tar.gz mmm-72829c68ec50c432b38fefcb28613c75657fb2bb.zip | |
CanvasApp whammy.js webm exporting
Diffstat (limited to 'app/init.moon')
| -rw-r--r-- | app/init.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/init.moon b/app/init.moon index e97d6cc..0cf846a 100644 --- a/app/init.moon +++ b/app/init.moon @@ -33,9 +33,9 @@ experiments = desc: 'Playground for Functional Tags' render: -> require '.tags' }, - quasihilbert: { + koch: { desc: "lil' fractal thing", - render: -> require '.quasihilbert' + render: -> require '.koch' }, destify = (name, route) -> |
