Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

three.js first issue resolved awwwards merge webgl html worlds

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';
 
PREVIOUS NEXT
Tagged: #issue #resolved #awwwards #merge #webgl #html #worlds
ADD COMMENT
Topic
Name
8+4 =