anim-3d-obj 1.1.38 → 1.1.41

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.
Files changed (2) hide show
  1. package/README.md +0 -31
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -121,34 +121,3 @@ const custom: object = {
121
121
  },
122
122
  ```
123
123
 
124
- ## Render
125
-
126
- and
127
-
128
- ```typescript
129
- <Cuboid
130
- width={250}
131
- height={300}
132
- depth={250}
133
- perspective={800}
134
- perspectiveOrigin='50% 50%'
135
- zIndex={10}
136
- anim1Specs={anim1Specs}
137
- anim2Specs={anim2Specs}
138
- custom={custom}
139
- faces={faceprops}
140
- global={global}
141
- />
142
- ```
143
-
144
- will produce the following
145
-
146
- ![Logo](https://raw.githubusercontent.com/mdnelles/objs-local/main/img.png?token=GHSAT0AAAAAABQVNJ4VATWQM4SI3LXSTDZWYVDOL7Q)
147
-
148
- ## Authors
149
-
150
- - [@mdnelles](https://github.com/mdnelles)
151
-
152
- ## License
153
-
154
- [MIT](https://choosealicense.com/licenses/mit/)
package/package.json CHANGED
@@ -1,7 +1,4 @@
1
1
 
2
-
3
-
4
-
5
2
  {
6
3
  "name": "anim-3d-obj",
7
4
  "repository": {
@@ -9,7 +6,7 @@
9
6
  "url": "https://github.com/mdnelles/anim-3d-objs"
10
7
  },
11
8
  "homepage": "https://github.com/mdnelles/anim-3d-objs",
12
- "version": "1.1.38",
9
+ "version": "1.1.41",
13
10
  "description": "React library for creating 3D objects quickly. Also these objects can be animated",
14
11
  "main": "dist/cjs/index.js",
15
12
  "module": "dist/esm/index.js",