new 3JS Design

This commit is contained in:
2025-09-12 20:29:49 +02:00
parent 17e50d5978
commit ded5997000
6 changed files with 1030 additions and 0 deletions

View File

@@ -220,6 +220,18 @@
<!-- JS
-->
<script src="https://sjm.cdn.prutzel.com/js/script.js"></script>
<script async src="https://unpkg.com/es-module-shims@1.10.0/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.160.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.160.0/examples/jsm/"
}
}
</script>
<script type="module" src="https://seppjm.com/3js/background.js"></script>
<!-- End Document
-->