anim-3d-obj 1.1.224 → 1.1.225
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,63 +1,66 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
2
|
+
"name": "anim-3d-obj",
|
|
3
|
+
"version": "1.1.225",
|
|
4
|
+
"private": false,
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://mdnelles.github.io/a3o-playground",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@reduxjs/toolkit": "^1.9.5",
|
|
12
|
+
"react": "^18.2.0",
|
|
13
|
+
"react-dom": "^18.2.0",
|
|
14
|
+
"react-scripts": "5.0.1",
|
|
15
|
+
"styled-components": "^6.0.4"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"start": "react-scripts start",
|
|
19
|
+
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
|
|
20
|
+
"build:ra": "react-scripts build",
|
|
21
|
+
"test": "react-scripts test",
|
|
22
|
+
"eject": "react-scripts eject"
|
|
23
|
+
},
|
|
24
|
+
"eslintConfig": {
|
|
25
|
+
"extends": [
|
|
26
|
+
"react-app",
|
|
27
|
+
"react-app/jest"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"browserslist": {
|
|
31
|
+
"production": [
|
|
32
|
+
">0.2%",
|
|
33
|
+
"not dead",
|
|
34
|
+
"not op_mini all"
|
|
35
|
+
],
|
|
36
|
+
"development": [
|
|
37
|
+
"last 1 chrome version",
|
|
38
|
+
"last 1 firefox version",
|
|
39
|
+
"last 1 safari version"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"devDependencies": {
|
|
43
|
+
"@babel/cli": "^7.22.9",
|
|
44
|
+
"@babel/core": "^7.22.9",
|
|
45
|
+
"@babel/preset-env": "^7.22.9",
|
|
46
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
47
|
+
"@testing-library/react": "^14.0.0",
|
|
48
|
+
"@testing-library/user-event": "^14.4.3",
|
|
49
|
+
"@types/jest": "^29.5.3",
|
|
50
|
+
"@types/node": "^20.4.2",
|
|
51
|
+
"@types/react": "^18.2.15",
|
|
52
|
+
"@types/react-dom": "^18.2.7",
|
|
53
|
+
"@types/styled-components": "^5.1.26",
|
|
54
|
+
"typescript": "^5.1.6"
|
|
55
|
+
},
|
|
56
|
+
"keywords": [
|
|
57
|
+
"React",
|
|
58
|
+
"CSS",
|
|
59
|
+
"style",
|
|
60
|
+
"animation",
|
|
61
|
+
"cube",
|
|
62
|
+
"cuboid",
|
|
63
|
+
"3d",
|
|
64
|
+
"webGL"
|
|
65
|
+
]
|
|
66
|
+
}
|
package/src/components/Obj.tsx
CHANGED
|
@@ -3,6 +3,7 @@ import { AnimWrap } from "./styles/AnimWrap";
|
|
|
3
3
|
import { SceneStyle } from "./styles/Scene";
|
|
4
4
|
import Face from "./Face";
|
|
5
5
|
import { FaceType, ObjProps } from "./types";
|
|
6
|
+
import React from "react";
|
|
6
7
|
|
|
7
8
|
export default function Obj(props: ObjProps): JSX.Element {
|
|
8
9
|
let {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|