Browse Source

Add and load p5js and p5js sound addon

main
Luke Murphy 4 years ago
parent
commit
cf5cdd6166
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 3
      vocoder/static/p5js/p5.min.js
  2. 28
      vocoder/static/p5js/p5.sound.min.js
  3. 3
      vocoder/templates/index.html

3
vocoder/static/p5js/p5.min.js

File diff suppressed because one or more lines are too long

28
vocoder/static/p5js/p5.sound.min.js

File diff suppressed because one or more lines are too long

3
vocoder/templates/index.html

@ -8,8 +8,11 @@
</head>
<body>
Coming Soon TM.
<script src="/static/leaflet/leaflet-src.js" charset="utf-8"></script>
<script src="/static/mappajs/mappa.min.js" charset="utf-8"></script>
<script src="/static/p5js/p5.min.js" charset="utf-8"></script>
<script src="/static/p5js/p5.sound.min.js" charset="utf-8"></script>
<script src="/static/vocoder.js" charset="utf-8"></script>
</body>
</html>

Loading…
Cancel
Save