Skip to content

Commit

Permalink
Add no jekyl
Browse files Browse the repository at this point in the history
  • Loading branch information
MujassimJamal committed Nov 16, 2023
1 parent 8512eda commit 2d6171c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file added .nojekyll
Empty file.
6 changes: 3 additions & 3 deletions js/viewer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as THREE from "../node_modules/three";
import { STLLoader } from "../node_modules/three/examples/jsm/loaders/STLLoader";
import { TrackballControls } from "../node_modules/three/examples/jsm/controls/TrackballControls";
import * as THREE from "three";
import { STLLoader } from "three/examples/jsm/loaders/STLLoader";
import { TrackballControls } from "three/examples/jsm/controls/TrackballControls";

function main() {
const canvas = document.querySelector("#c");
Expand Down

0 comments on commit 2d6171c

Please sign in to comment.