Deploying to gh-pages from @ f1d945babb 🚀

This commit is contained in:
Lemmih 2020-08-22 04:07:07 +00:00
commit c3a2275430
5 changed files with 272 additions and 701 deletions

1
playground/snippets.js Normal file
View file

@ -0,0 +1 @@
const snippets = [{"title": "Composition","url": "https://reanimate.clozecards.com/ATcv1$xjG06/30.svg","code": "animation :: Animation\nanimation = docEnv $\n drawBox `parA` drawCircle\n\n"},{"title": "Color Maps","url": "https://reanimate.clozecards.com/HPNi7PpImrc/15.svg","code": "animation :: Animation\nanimation = docEnv $ staticFrame 1 $\n showColorMap parula\n"}];