anim-3d-obj 1.2.4 → 1.2.5

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.
@@ -12,6 +12,7 @@ function default_1(props) {
12
12
  let { anim1, anim2, width = 5, height = 5, depth = 5, global = {}, faces, perspective, perspectiveOrigin, zIndex, } = props;
13
13
  // process config
14
14
  const buildFace = (face) => {
15
+ console.log(face);
15
16
  const details = {
16
17
  width,
17
18
  height,
@@ -7,6 +7,7 @@ export default function (props) {
7
7
  let { anim1, anim2, width = 5, height = 5, depth = 5, global = {}, faces, perspective, perspectiveOrigin, zIndex, } = props;
8
8
  // process config
9
9
  const buildFace = (face) => {
10
+ console.log(face);
10
11
  const details = {
11
12
  width,
12
13
  height,
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
 
2
2
 
3
3
 
4
+
4
5
  {
5
6
  "name": "anim-3d-obj",
6
7
  "repository": {
@@ -8,7 +9,7 @@
8
9
  "url": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git"
9
10
  },
10
11
  "homepage": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git",
11
- "version": "1.2.4",
12
+ "version": "1.2.5",
12
13
  "description": "React library for creating 3D objects quickly. Also these objects can be animated",
13
14
  "main": "dist/cjs/index.js",
14
15
  "module": "dist/esm/index.js",