feat: Minimal working p5/CoffeeScript setup

This commit is contained in:
Glen Whitney 2021-04-18 11:40:29 -07:00
parent d94c749830
commit 63dfa62ffd
6 changed files with 109248 additions and 1 deletions

5
index.html Normal file
View file

@ -0,0 +1,5 @@
<html>
<head>
<script type="module" src="polytree.js"></script></head>
<body>
<h1>PolyTree</h1></body></html>