add mixbox for javascript

This commit is contained in:
Ondrej Jamriska
2022-09-21 05:05:21 +02:00
parent ee38da6176
commit 4bfc462204
18 changed files with 3057 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<!-- P5js -->
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.1/lib/p5.js"></script>
<!-- Mixbox -->
<script src="https://scrtwpns.com/mixbox.js"></script>
<!-- Code -->
<script src="mixer.js"></script>
<div align="center" style="margin-top: 50px;">
<main> </main>
</div>
</body>
</html>