mirror of
https://github.com/scrtwpns/mixbox.git
synced 2026-03-19 14:39:27 +01:00
add mixbox for javascript
This commit is contained in:
17
javascript/examples/mixer.html
Normal file
17
javascript/examples/mixer.html
Normal 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>
|
||||
Reference in New Issue
Block a user