Skip to content

Commit 09b59b7

Browse files
committed
clean up
1 parent a2a3394 commit 09b59b7

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Simple wrapper to run vanilla ThreeJS code inside a React component.
44

5-
Using a [Leva](https://github.com/pmndrs/leva) GUI to show passing props into ThreeJS.
6-
75
Using React 18 and Vite server. (Latest as of April 2023).
86

7+
Using a [Leva](https://github.com/pmndrs/leva) GUI to show passing props from React -> ThreeeJS.
8+
99
## Philosophy
1010

11-
[react-three-fiber](https://github.com/pmndrs/react-three-fiber) is great if you want to write your 3D code with JSX. If you prefer coding Threejs with vanilla JS / ES6 classes / modules, this template might be useful for you.
11+
[react-three-fiber](https://github.com/pmndrs/react-three-fiber) is great if you want to write your 3D code with JSX. If you prefer coding ThreeJS with vanilla JS, this template might be useful for you.
1212

1313
## Available Scripts
1414

@@ -18,7 +18,7 @@ In the project directory, you can run:
1818

1919
`npm run dev` - Runs the app in the dev mode.
2020

21-
`npm run build`
21+
`npm run build` - Build site to `dist` folder.
2222

2323
## ScreenShot
2424

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
76
<title>Vite + React</title>
87
</head>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threejs-react-wrapper",
3-
"private": true,
3+
"license": "MIT",
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)