Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mujeeb218353 committed Oct 20, 2024
0 parents commit cae6cf4
Show file tree
Hide file tree
Showing 5 changed files with 3,878 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3,839 changes: 3,839 additions & 0 deletions assets/index-B04eBnoz.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-BZIJHoAl.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*{margin:0;padding:0;box-sizing:border-box;overflow:hidden}
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lights in Three.js</title>
<script type="module" crossorigin src="/ThreeJs-Lights/assets/index-B04eBnoz.js"></script>
<link rel="stylesheet" crossorigin href="/ThreeJs-Lights/assets/index-BZIJHoAl.css">
</head>
<body>
<canvas id="canvas"></canvas>
</body>
</html>
1 change: 1 addition & 0 deletions vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cae6cf4

Please sign in to comment.