From 4a66a84a7c7d93af0f753cc458b68978089cf76d Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 22 Oct 2018 23:56:59 +1100 Subject: webm encoding for canvasapps --- app/init.moon | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/init.moon') 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 -- cgit v1.2.3