anim-3d-obj 1.1.66 → 1.1.67

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 +2 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ The program does the leg work with regard to calculating translationZ depth and
17
17
  Animations are optional. Either or both of `anim1Specs` or `anim2Specs` can be applied to the object.
18
18
 
19
19
  ```typescript
20
- const anim1Specs: object = {
20
+ const anim1 = {
21
21
  border: "", // while testing reveal the animation wrapper
22
22
  degreesHi: -45, // degrees if spin
23
23
  degreesLow: 45, // degrees if spin
package/package.json CHANGED
@@ -1,5 +1,6 @@
1
1
 
2
2
 
3
+
3
4
  {
4
5
  "name": "anim-3d-obj",
5
6
  "repository": {
@@ -7,7 +8,7 @@
7
8
  "url": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git"
8
9
  },
9
10
  "homepage": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git",
10
- "version": "1.1.66",
11
+ "version": "1.1.67",
11
12
  "description": "React library for creating 3D objects quickly. Also these objects can be animated",
12
13
  "main": "dist/cjs/index.js",
13
14
  "module": "dist/esm/index.js",