@remotion/three 2.6.9 → 2.6.12

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.
@@ -1,5 +1,5 @@
1
- @remotion/three:build: cache hit, replaying output 6e100d123e9cfe96
2
- @remotion/three:build: 
3
- @remotion/three:build: > @remotion/three@2.6.8 build /Users/jonathanburger/remotion/packages/three
4
- @remotion/three:build: > tsc -d
5
- @remotion/three:build: 
1
+ @remotion/three:build: cache hit, replaying output a90900884303123e
2
+ @remotion/three:build: 
3
+ @remotion/three:build: > @remotion/three@2.6.11 build /Users/jonathanburger/remotion/packages/three
4
+ @remotion/three:build: > tsc -d
5
+ @remotion/three:build: 
package/LICENSE.md CHANGED
@@ -7,7 +7,7 @@ Depending on the type of your legal entity, you are granted permission to use Re
7
7
 
8
8
  ## Free license
9
9
 
10
- Copyright © 2021 [Jonny Burger](https://jonny.io)
10
+ Copyright © 2022 [Jonny Burger](https://jonny.io)
11
11
 
12
12
  ### Eligibility
13
13
 
@@ -32,7 +32,7 @@ The software is provided "as is", without warranty of any kind, express or impli
32
32
 
33
33
  ### Support
34
34
 
35
- Support is provided on a best-we-can-do basis via GitHub Issues.
35
+ Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
36
36
 
37
37
  ## Company license
38
38
 
@@ -14,7 +14,7 @@ const Unblocker = () => {
14
14
  return null;
15
15
  };
16
16
  const SuspenseLoader = ({ children }) => {
17
- return (0, jsx_runtime_1.jsx)(react_1.Suspense, Object.assign({ fallback: (0, jsx_runtime_1.jsx)(Unblocker, {}, void 0) }, { children: children }), void 0);
17
+ return (0, jsx_runtime_1.jsx)(react_1.Suspense, { fallback: (0, jsx_runtime_1.jsx)(Unblocker, {}, void 0), children: children }, void 0);
18
18
  };
19
19
  exports.SuspenseLoader = SuspenseLoader;
20
20
  //# sourceMappingURL=SuspenseLoader.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuspenseLoader.js","sourceRoot":"","sources":["../src/SuspenseLoader.tsx"],"names":[],"mappings":";;;;AAAA,iCAA6D;AAC7D,uCAAuD;AAEvD,MAAM,SAAS,GAAa,GAAG,EAAE;IAChC,MAAM,CAAC,MAAM,CAAC,GAAG,IAAA,gBAAQ,EAAC,GAAG,EAAE,CAAC,IAAA,sBAAW,GAAE,CAAC,CAAC;IAC/C,IAAA,iBAAS,EAAC,GAAG,EAAE;QACd,OAAO,GAAG,EAAE;YACX,IAAA,yBAAc,EAAC,MAAM,CAAC,CAAC;QACxB,CAAC,CAAC;IACH,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IACb,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AAEK,MAAM,cAAc,GAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACxD,OAAO,uBAAC,gBAAQ,kBAAC,QAAQ,EAAE,uBAAC,SAAS,aAAG,gBAAG,QAAQ,YAAY,CAAC;AACjE,CAAC,CAAC;AAFW,QAAA,cAAc,kBAEzB"}
1
+ {"version":3,"file":"SuspenseLoader.js","sourceRoot":"","sources":["../src/SuspenseLoader.tsx"],"names":[],"mappings":";;;;AAAA,iCAA6D;AAC7D,uCAAuD;AAEvD,MAAM,SAAS,GAAa,GAAG,EAAE;IAChC,MAAM,CAAC,MAAM,CAAC,GAAG,IAAA,gBAAQ,EAAC,GAAG,EAAE,CAAC,IAAA,sBAAW,GAAE,CAAC,CAAC;IAC/C,IAAA,iBAAS,EAAC,GAAG,EAAE;QACd,OAAO,GAAG,EAAE;YACX,IAAA,yBAAc,EAAC,MAAM,CAAC,CAAC;QACxB,CAAC,CAAC;IACH,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IACb,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AAEK,MAAM,cAAc,GAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACxD,OAAO,uBAAC,gBAAQ,IAAC,QAAQ,EAAE,uBAAC,SAAS,aAAG,YAAG,QAAQ,WAAY,CAAC;AACjE,CAAC,CAAC;AAFW,QAAA,cAAc,kBAEzB"}
@@ -31,7 +31,7 @@ const ThreeCanvas = (props) => {
31
31
  (0, remotion_1.continueRender)(waitForCreated);
32
32
  onCreated === null || onCreated === void 0 ? void 0 : onCreated(state);
33
33
  }, [onCreated, waitForCreated]);
34
- return ((0, jsx_runtime_1.jsx)(SuspenseLoader_1.SuspenseLoader, { children: (0, jsx_runtime_1.jsxs)(fiber_1.Canvas, Object.assign({ style: actualStyle }, rest, { onCreated: remotion_onCreated }, { children: [(0, jsx_runtime_1.jsx)(Scale, { width: width, height: height }, void 0), (0, jsx_runtime_1.jsx)(remotion_1.Internals.RemotionContextProvider, Object.assign({ contexts: contexts }, { children: children }), void 0)] }), void 0) }, void 0));
34
+ return ((0, jsx_runtime_1.jsx)(SuspenseLoader_1.SuspenseLoader, { children: (0, jsx_runtime_1.jsxs)(fiber_1.Canvas, { style: actualStyle, ...rest, onCreated: remotion_onCreated, children: [(0, jsx_runtime_1.jsx)(Scale, { width: width, height: height }, void 0), (0, jsx_runtime_1.jsx)(remotion_1.Internals.RemotionContextProvider, { contexts: contexts, children: children }, void 0)] }, void 0) }, void 0));
35
35
  };
36
36
  exports.ThreeCanvas = ThreeCanvas;
37
37
  //# sourceMappingURL=ThreeCanvas.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThreeCanvas.js","sourceRoot":"","sources":["../src/ThreeCanvas.tsx"],"names":[],"mappings":";;;;AAAA,8CAAiE;AACjE,iCAAsE;AACtE,uCAAkE;AAClE,qDAAkD;AAOlD,MAAM,KAAK,GAAG,CAAC,EAAE,KAAK,EAAE,MAAM,EAAqC,EAAE,EAAE;IACtE,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,YAAY,EAAE,GAAG,IAAA,gBAAQ,GAAE,CAAC;IAClD,MAAM,CAAC,OAAO,CAAC,GAAG,IAAA,gBAAQ,EAAC,GAAG,EAAE,CAAC,YAAY,CAAC,CAAC;IAC/C,IAAA,uBAAe,EAAC,GAAG,EAAE;QACpB,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;QACvB,GAAG,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC;QAC7B,OAAO,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC;IAC/B,CAAC,EAAE,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAClC,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AAEK,MAAM,WAAW,GAAG,CAAC,KAAuB,EAAE,EAAE;IACtD,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IACrE,MAAM,CAAC,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,GAAG,EAAE,CAAC,IAAA,sBAAW,GAAE,CAAC,CAAC;IAEvD,oBAAS,CAAC,iBAAiB,CAC1B,KAAK,EACL,OAAO,EACP,kCAAkC,CAClC,CAAC;IACF,oBAAS,CAAC,iBAAiB,CAC1B,MAAM,EACN,QAAQ,EACR,kCAAkC,CAClC,CAAC;IACF,MAAM,QAAQ,GAAG,oBAAS,CAAC,mBAAmB,EAAE,CAAC;IACjD,MAAM,WAAW,GAAG;QACnB,KAAK,EAAE,KAAK,CAAC,KAAK;QAClB,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,GAAG,CAAC,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,EAAE,CAAC;KAChB,CAAC;IAEF,MAAM,kBAAkB,GAAqB,IAAA,mBAAW,EACvD,CAAC,KAAgB,EAAE,EAAE;QACpB,IAAA,yBAAc,EAAC,cAAc,CAAC,CAAC;QAC/B,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAG,KAAK,CAAC,CAAC;IACpB,CAAC,EACD,CAAC,SAAS,EAAE,cAAc,CAAC,CAC3B,CAAC;IAEF,OAAO,CACN,uBAAC,+BAAc,cACd,wBAAC,cAAM,kBAAC,KAAK,EAAE,WAAW,IAAM,IAAI,IAAE,SAAS,EAAE,kBAAkB,iBAClE,uBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,WAAI,EACvC,uBAAC,oBAAS,CAAC,uBAAuB,kBAAC,QAAQ,EAAE,QAAQ,gBACnD,QAAQ,YAC0B,aAC5B,WACO,CACjB,CAAC;AACH,CAAC,CAAC;AAvCW,QAAA,WAAW,eAuCtB"}
1
+ {"version":3,"file":"ThreeCanvas.js","sourceRoot":"","sources":["../src/ThreeCanvas.tsx"],"names":[],"mappings":";;;;AAAA,8CAAiE;AACjE,iCAAsE;AACtE,uCAAkE;AAClE,qDAAkD;AAOlD,MAAM,KAAK,GAAG,CAAC,EAAE,KAAK,EAAE,MAAM,EAAqC,EAAE,EAAE;IACtE,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,YAAY,EAAE,GAAG,IAAA,gBAAQ,GAAE,CAAC;IAClD,MAAM,CAAC,OAAO,CAAC,GAAG,IAAA,gBAAQ,EAAC,GAAG,EAAE,CAAC,YAAY,CAAC,CAAC;IAC/C,IAAA,uBAAe,EAAC,GAAG,EAAE;QACpB,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;QACvB,GAAG,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC;QAC7B,OAAO,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC;IAC/B,CAAC,EAAE,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAClC,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AAEK,MAAM,WAAW,GAAG,CAAC,KAAuB,EAAE,EAAE;IACtD,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IACrE,MAAM,CAAC,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,GAAG,EAAE,CAAC,IAAA,sBAAW,GAAE,CAAC,CAAC;IAEvD,oBAAS,CAAC,iBAAiB,CAC1B,KAAK,EACL,OAAO,EACP,kCAAkC,CAClC,CAAC;IACF,oBAAS,CAAC,iBAAiB,CAC1B,MAAM,EACN,QAAQ,EACR,kCAAkC,CAClC,CAAC;IACF,MAAM,QAAQ,GAAG,oBAAS,CAAC,mBAAmB,EAAE,CAAC;IACjD,MAAM,WAAW,GAAG;QACnB,KAAK,EAAE,KAAK,CAAC,KAAK;QAClB,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,GAAG,CAAC,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,EAAE,CAAC;KAChB,CAAC;IAEF,MAAM,kBAAkB,GAAqB,IAAA,mBAAW,EACvD,CAAC,KAAgB,EAAE,EAAE;QACpB,IAAA,yBAAc,EAAC,cAAc,CAAC,CAAC;QAC/B,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAG,KAAK,CAAC,CAAC;IACpB,CAAC,EACD,CAAC,SAAS,EAAE,cAAc,CAAC,CAC3B,CAAC;IAEF,OAAO,CACN,uBAAC,+BAAc,cACd,wBAAC,cAAM,IAAC,KAAK,EAAE,WAAW,KAAM,IAAI,EAAE,SAAS,EAAE,kBAAkB,aAClE,uBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,WAAI,EACvC,uBAAC,oBAAS,CAAC,uBAAuB,IAAC,QAAQ,EAAE,QAAQ,YACnD,QAAQ,WAC0B,YAC5B,WACO,CACjB,CAAC;AACH,CAAC,CAAC;AAvCW,QAAA,WAAW,eAuCtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/three",
3
- "version": "2.6.9",
3
+ "version": "2.6.12",
4
4
  "description": "Utility functions for using react-three-fiber with remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,8 +16,11 @@
16
16
  "repository": {
17
17
  "url": "https://github.com/remotion-dev/remotion"
18
18
  },
19
+ "bugs": {
20
+ "url": "https://github.com/remotion-dev/remotion/issues"
21
+ },
19
22
  "dependencies": {
20
- "remotion": "2.6.9"
23
+ "remotion": "2.6.12"
21
24
  },
22
25
  "peerDependencies": {
23
26
  "@react-three/fiber": ">=7.0.19",
@@ -27,18 +30,27 @@
27
30
  },
28
31
  "devDependencies": {
29
32
  "@jonny/eslint-config": "^2.1.251",
30
- "@react-three/fiber": ">=7.0.19",
33
+ "@react-three/fiber": ">=7.0.26",
31
34
  "@types/node": "^14.14.14",
32
35
  "@types/react": "17.0.39",
36
+ "@types/react-reconciler": "^0.26.4",
33
37
  "@types/three": "^0.134.0",
34
38
  "eslint": "^7.25.0",
35
39
  "prettier": "^2.0.5",
36
40
  "prettier-plugin-organize-imports": "^1.1.1",
37
41
  "three": "^0.134.0",
38
- "typescript": "^4.4.2"
42
+ "typescript": "^4.5.5"
39
43
  },
44
+ "keywords": [
45
+ "remotion",
46
+ "ffmpeg",
47
+ "video",
48
+ "react",
49
+ "puppeteer",
50
+ "player"
51
+ ],
40
52
  "publishConfig": {
41
53
  "access": "public"
42
54
  },
43
- "gitHead": "cb95ddea3cce407b3c3df81ee3cff83bed591d14"
55
+ "gitHead": "6d76097a98c44dc976cecfa04526d663339cf45c"
44
56
  }