Non-module scripts are now imported through the JS. It's not pretty, but it keeps the WebGPU project from loading regl unnecessarily.

This commit is contained in:
Rezmason
2021-11-15 08:05:31 -08:00
parent aa56cc4256
commit d273573348
4 changed files with 24 additions and 5 deletions

View File

@@ -31,9 +31,6 @@
For more information, please visit: https://github.com/Rezmason/matrix
-->
<!-- <script src="lib/regl.min.js"></script> -->
<script src="lib/regl.js"></script>
<script src="lib/gl-matrix.js"></script>
<script type="module" src="js/main.js"></script>
</body>
</html>