Basic p5, parcel, typescript setup

This commit is contained in:
Dennis Schoepf 2021-07-14 14:03:15 +02:00
parent a6616f5f21
commit d0e3e51a7d
11 changed files with 64 additions and 114045 deletions

View file

@ -6,6 +6,7 @@
<link rel="stylesheet" href="./styles.scss" />
</head>
<body>
<script src="./main.js"></script>
<div class="ui"></div>
<script src="./main.ts"></script>
</body>
</html>