Drei.js Erstes Problem behoben awwwards merge webgl HTML -Welten
open project folder
npm install --save three
in html file in script tag add type="module"
<script type="module" src="app.js"></script>
in app.js
import * as THREE from 'three';
ap_Cooperative_dev