anim-3d-obj 1.1.31 → 1.1.32

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ The program does the leg work with regard to calculating translationZ depth and
15
15
 
16
16
  ## Config
17
17
 
18
- Animations are optional. Either or both of `anim1Specs` or `anim2Specs` can be applied to the object. Both could be used if you want to apply animations on the X and Y acis.
18
+ Animations are optional. Either or both of `anim1Specs` or `anim2Specs` can be applied to the object. Both could be used if you want to apply animations on the X and Y axis.
19
19
 
20
20
  ```typescript
21
21
  const anim1Specs: object = {
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.31",
8
+ "version": "1.1.32",
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",