commit 4170b029b61fdeecca2ed78c70039687440a884b Author: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed Aug 2 00:05:20 2023 +1000 asf diff --git a/index.html b/index.html new file mode 100644 index 0000000..5d704af --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + My first three.js app + + + + + + \ No newline at end of file diff --git a/main.js b/main.js new file mode 100644 index 0000000..c6b01d8 --- /dev/null +++ b/main.js @@ -0,0 +1 @@ +import * as THREE from 'three'; \ No newline at end of file