anim-3d-obj 1.2.2 → 1.2.3
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.
|
@@ -7,7 +7,6 @@ const react_1 = __importDefault(require("react"));
|
|
|
7
7
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
8
8
|
function Face(props) {
|
|
9
9
|
let { depth = 10, global = { css: "", body: "" }, height = 10, face, width = 100, } = props;
|
|
10
|
-
console.log(face);
|
|
11
10
|
let transform;
|
|
12
11
|
let tranz = +height / 2;
|
|
13
12
|
const body = face.body ? face.body : global.body;
|
|
@@ -2,7 +2,6 @@ import React from "react";
|
|
|
2
2
|
import styled from "styled-components";
|
|
3
3
|
export default function Face(props) {
|
|
4
4
|
let { depth = 10, global = { css: "", body: "" }, height = 10, face, width = 100, } = props;
|
|
5
|
-
console.log(face);
|
|
6
5
|
let transform;
|
|
7
6
|
let tranz = +height / 2;
|
|
8
7
|
const body = face.body ? face.body : global.body;
|
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
{
|
|
3
4
|
"name": "anim-3d-obj",
|
|
4
5
|
"repository": {
|
|
@@ -6,7 +7,7 @@
|
|
|
6
7
|
"url": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git"
|
|
7
8
|
},
|
|
8
9
|
"homepage": "https://github.com/mdnelles/anim-3d-obj-npm-publisher.git",
|
|
9
|
-
"version": "1.2.
|
|
10
|
+
"version": "1.2.3",
|
|
10
11
|
"description": "React library for creating 3D objects quickly. Also these objects can be animated",
|
|
11
12
|
"main": "dist/cjs/index.js",
|
|
12
13
|
"module": "dist/esm/index.js",
|