shx-3d-render

main
Jan Umbach 2024-06-13 20:07:05 +02:00
parent f0ac19a00a
commit 9d01da49d3
1 changed files with 2 additions and 2 deletions

View File

@ -106,10 +106,10 @@
script.type = "module";
document.head.appendChild(script);
script.onload = () => {
script.addEventListener('load', () => {
threeJSloaded = true;
console.log('threejs loaded');
}
});
}
}