Três.js Primeira edição resolvida Awwwards mescling webgl html mundos
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