anim-3d-obj 1.1.26 → 1.1.27
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/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This project allows a user to create Cuboids of any size simply by entering a set of parameters.
|
|
4
4
|
The program does the leg work with regard to calculating translationZ depth and config on the fly.
|
|
5
5
|
|
|
6
|
-
- [GIT HOME](https://github.com/mdnelles/anim-3d-objs
|
|
6
|
+
- [GIT HOME](https://github.com/mdnelles/anim-3d-objs)
|
|
7
7
|
- [NPM HOME](https://www.npmjs.com/package/anim-3d-obj) npm i anim-3d-obj
|
|
8
8
|
|
|
9
9
|
## Examples
|
|
@@ -14,8 +14,6 @@ The program does the leg work with regard to calculating translationZ depth and
|
|
|
14
14
|
- [2 sided object with animation wobble](https://codesandbox.io/s/anim-3d-obj-2-sided-anim-wobble-e14v3b)
|
|
15
15
|
- [Parallel divs animated x and y axis in tandem](https://codesandbox.io/s/anim-3d-obj-2-sides-simple-4057y7)
|
|
16
16
|
- [Spinning Slab](https://codesandbox.io/s/react-anim-3d-pulse-kc8g0f)
|
|
17
|
-
- [GIT HOME](https://github.com/mdnelles/anim-3d-objs-launcher)
|
|
18
|
-
- [NPM HOME](https://www.npmjs.com/package/anim-3d-obj) npm i anim-3d-obj
|
|
19
17
|
|
|
20
18
|
## Config
|
|
21
19
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "https://github.com/mdnelles/anim-3d-objs",
|
|
6
6
|
"homepage": "https://github.com/mdnelles/anim-3d-objs/blob/main/README.md"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.1.
|
|
8
|
+
"version": "1.1.27",
|
|
9
9
|
"description": "A component library for getting people started with easy to re-use components for everyday projects.",
|
|
10
10
|
"main": "dist/cjs/index.js",
|
|
11
11
|
"module": "dist/esm/index.js",
|